Compile error in c:\program files (x86)\microsoft visual studio 11.0\vc\include\mutex line 299The error is obvious. A bool funtion does not return anything.snipplet from the header-file:bool try_lock() _NOEXCEPT{ // try to lock the mutex _Owns = _Pmtx->try_lock();}
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...