#ifdef _MSC_VER >= 1600 .... #endifI would like to do the same for __GNUG__, but what version of g++ started implementing C++11?
Thanks
#ifdef _MSC_VER >= 1600 .... #endifI would like to do the same for __GNUG__, but what version of g++ started implementing C++11?
Thanks