Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Visual Studio 2012

paul3579
Beginner
1,151 Views
I'm trying out the release candidate of Visual Studio 2012. tbb_exception.h does not compile due to use of std::copy_exception(). I'm having a hard time finding any info on this method. Is it really part of the std namespace? Will VS2012 be supported soon?
Thanks,
Paul
0 Kudos
21 Replies
klaim
Beginner
77 Views

Would switching to a meta-build system (CMake, premake, whatever) help with this? It seem that, past the learning time and the time necessary to write the scripts, there would be a possibility to generate different setups for these files depending on which visual studio the user wants to use.

0 Kudos
Reply