diff --git a/test/data_members.cpp b/test/data_members.cpp index b163abb7..f7b29083 100644 --- a/test/data_members.cpp +++ b/test/data_members.cpp @@ -64,7 +64,11 @@ namespace static const Color3 black; }; - const Color3 Color3::black = {} ; + const Color3 Color3::black +#if !BOOST_WORKAROUND(BOOST_MSVC, == 1200) + = {} +#endif + ; void compilability_test() {