Changes to support VS2015

This commit is contained in:
Edward Hennis
2015-09-03 14:48:02 -04:00
committed by Vinnie Falco
parent 4e345b1c8a
commit 26fc812e21
6 changed files with 40 additions and 25 deletions

View File

@@ -158,7 +158,7 @@ static_initializer_test::test (cxx11_tag)
t(counts);
});
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1900
// Visual Studio 2013 and earlier can exhibit both double
// construction, and access before construction when function
// local statics are initialized concurrently.