This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Does this version support thread standard for -std= c++11
static std::mutex mMutex; gives error mutex' does not name a type.
How ever it compiles on another GCC command line compiler 4.8.3.
Using Ubuntu environment.