
19 Mar
2012
19 Mar
'12
12:33 a.m.
The problem causing ticket #1499 is happening again under VC11. https://svn.boost.org/trac/boost/ticket/1499 Build scripts and logs: http://dl.dropbox.com/u/74751/cpp/boost/logs/msvc32-20120319-1118.bat http://dl.dropbox.com/u/74751/cpp/boost/logs/msvc64-20120319-1118.bat http://dl.dropbox.com/u/74751/cpp/boost/logs/msvc32-20120319-1118.txt http://dl.dropbox.com/u/74751/cpp/boost/logs/msvc64-20120319-1118.txt Bumping to check for _MSC_VER <= 1700 does the trick (tested locally). Patch: http://dl.dropbox.com/u/74751/cpp/boost/patches/signals-vc11-fix-20120319-11... Once this is applied the trunk compiles cleanly (well, no errors, there are still lots of warnings) using the VC11 beta. Thanks.