I am currently using VS2010 (compiler v10). Will I be able to use Boost with VS2012 (compiler v11)?
|
|
See http://www.boost.org/users/history/version_1_51_0.html . At the bottom, there is compiler information. There is currently no official support for VC higher than 10. But you can try yourself, and possibly you should also read the release notes of your compiler. It should only fail to compile if boost uses non-standard extensions and/or if the compiler has relevant bugs. (google hint: "boost compiler support", or just go to boost, click on the release notes of the version you desire) |
||||
|
Yes (padding because an answer must be at least 30 characters) |
|||||||||||||
|
|
Yes. |
|||
|
|
|
Version 1.52 was just released and now includes support for Visual Studio 2012 (VC11) under the "additional test compilers" section. |
|||
|
|