Introducing C++11 support switch for <thread> and <condition_variable>.
If you need one of these two C++11 headers, include <ext/threading.h> instead, which will use C++11 headers if present or TBB's compatibility layer otherwise. closes #567
ext/threading.h
0 → 100644
Please register or sign in to comment