[signals] [vc11] Compile Error (Ticket #1499)

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.

[Joshua Boyce]
The problem causing ticket #1499 is happening again under VC11. https://svn.boost.org/trac/boost/ticket/1499 Bumping to check for _MSC_VER <= 1700 does the trick (tested locally).
Is VC doing something nonconformant here? Stephan T. Lavavej Visual C++ Libraries Developer

On Tue, Mar 20, 2012 at 6:17 AM, Stephan T. Lavavej < stl@exchange.microsoft.com> wrote:
[Joshua Boyce]
The problem causing ticket #1499 is happening again under VC11. https://svn.boost.org/trac/boost/ticket/1499 Bumping to check for _MSC_VER <= 1700 does the trick (tested locally).
Is VC doing something nonconformant here?
Stephan T. Lavavej Visual C++ Libraries Developer
Bump.

On Thu, Mar 22, 2012 at 10:58 PM, Joshua Boyce < raptorfactor@raptorfactor.com> wrote:
On Tue, Mar 20, 2012 at 6:17 AM, Stephan T. Lavavej < stl@exchange.microsoft.com> wrote:
[Joshua Boyce]
The problem causing ticket #1499 is happening again under VC11. https://svn.boost.org/trac/boost/ticket/1499 Bumping to check for _MSC_VER <= 1700 does the trick (tested locally).
Is VC doing something nonconformant here?
Stephan T. Lavavej Visual C++ Libraries Developer
Bump.
Bump. (Both for the patch, and for further information to help Stephan.)
participants (2)
-
Joshua Boyce
-
Stephan T. Lavavej