
4 Mar
2013
4 Mar
'13
1:14 p.m.
On 03/03/2013 11:28 PM, Shakti Misra wrote:
I havent seen the source yet but a quick question. The compiler list says visual studio 2012 and gcc 4.7+. Is this library tied to these version? At least I would love to have this functionality in a few earlier versions of VC and GCC. Clang would be nice too.
Yes, the code uses C++11 features, in particular new classes in the STL. But it should be easy to move it to any earlier compiler version. Thanks, Aurelian