mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Changes to support VS2015
This commit is contained in:
committed by
Vinnie Falco
parent
4e345b1c8a
commit
26fc812e21
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user