|
|
@@ -2512,9 +2512,11 @@
|
|
|
<toolset name="gcc-mingw-4.5.2_0x"/>
|
|
|
<toolset name="msvc-10.0"/>
|
|
|
<toolset name="msvc-11.0"/>
|
|
|
+ <toolset name="msvc-12.0"/>
|
|
|
+ <toolset name="msvc-14.0"/>
|
|
|
<note author="Lorenzo Caminiti">
|
|
|
This test does not allow C++11 auto-declaration support
|
|
|
- (beccause it uses the `auto` keyword as storage classifier).
|
|
|
+ (because it uses the `auto` keyword as storage classifier).
|
|
|
</note>
|
|
|
</mark-expected-failures>
|
|
|
</library>
|
|
|
@@ -5625,6 +5627,9 @@ This platform doesn't supports Boost.Chrono.
|
|
|
<toolset name="msvc-8.0*"/>
|
|
|
<toolset name="msvc-9.0*"/>
|
|
|
<toolset name="msvc-10.0*"/>
|
|
|
+ <toolset name="msvc-11.0*"/>
|
|
|
+ <toolset name="msvc-12.0*"/>
|
|
|
+ <toolset name="msvc-14.0*"/>
|
|
|
<note author="Alexander Nasonov">
|
|
|
See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
|
|
|
http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe
|