Update for MSVC14

lexical_cast_loopback_test and cmp_msvc_value_born_error are still expected to fail with MSVC14.
This commit is contained in:
Marcel Raad 2014-12-02 10:05:19 +01:00
parent 410cfbc3fc
commit 9b2ce200c4

View file

@ -685,6 +685,7 @@
<toolset name="msvc-10.0*"/>
<toolset name="msvc-11.0*"/>
<toolset name="msvc-12.0*"/>
<toolset name="msvc-14.0*"/>
<toolset name="msvc-7.1*"/>
<toolset name="vacpp-10.1"/>
<toolset name="qcc-4*"/>
@ -2137,6 +2138,7 @@
<toolset name="msvc-10.0*"/>
<toolset name="msvc-11.0*"/>
<toolset name="msvc-12.0*"/>
<toolset name="msvc-14.0*"/>
<note author="Joachim Faulhaber">
Compiler error expected for msvc: A minimal example of a class template 'value' that
results in syntax error in a subsequent meta function.