We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39836d commit 6347ca8Copy full SHA for 6347ca8
1 file changed
test/data_members.cpp
@@ -66,7 +66,7 @@ namespace
66
};
67
68
const Color3 Color3::black
69
-#if !BOOST_WORKAROUND(BOOST_MSVC, == 1200)
+#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
70
= {}
71
#endif
72
;
0 commit comments