21 Jul
2013
21 Jul
'13
10:17 p.m.
Can somebody please explain what is missing in current compiler implementations?
What is preventing other libraries to have a macro like:
#ifdef _CPP11_THREAD_
#include <thread>
#include <mutex>
#include