Hi, I tried to compile OSL with VC 2012 using the fixes Larry provided for the VC 2010 compilation.
And found out that VC 2012 defines __cplusplus as 199711L
So we have a nice mix of C++98 and C++11.
I got a whole bunch of errors related to std::shared_ptr and co.
Hi, I tried to compile OSL with VC 2012 using the fixes Larry provided for the VC 2010 compilation. And found out that VC 2012 defines __cplusplus as 199711L So we have a nice mix of C++98 and C++11.
I got a whole bunch of errors related to std::shared_ptr and co.