The Visual Studio 2012 Compiler November 2012 CTP (VS2012+) gives access to new C++11 features. I would like to build mex files from Matlab 2013a using VS2012+; Matlab 2013a supports the ordinary VS2012. Is it possible to make Matlab 2013a build with VS2012+?
Visual Studio 2012 Compiler November 2012 CTP: http://www.microsoft.com/en-us/download/details.aspx?id=35515
Additional information: In Visual Studio 2012, the compiler update is activated by going into project settings, and then choosing the platform toolset as "Microsoft Visual C++ Compiler Nov 2012 CTP (v120_CTP_Nov2012)". The default platform toolset is "Visual Studio 2012 (v110)". I would have expected to see this reflected in the compiler or linker switches, but I am unable to spot any differences. To key issue is then how to inform Visual Studio 2012 to do the same from the command line.
mex -setup? If so, what happens? - nhowe