$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [signals] [vc11] Compile Error (Ticket #1499)
From: Joshua Boyce (raptorfactor_at_[hidden])
Date: 2012-03-18 20:33:54
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-1131.patch
Once this is applied the trunk compiles cleanly (well, no errors, there are
still lots of warnings) using the VC11 beta.
Thanks.