Skip to content

Commit 6347ca8

Browse files
committed
vc7 workaround
[SVN r32835]
1 parent c39836d commit 6347ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data_members.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace
6666
};
6767

6868
const Color3 Color3::black
69-
#if !BOOST_WORKAROUND(BOOST_MSVC, == 1200)
69+
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
7070
= {}
7171
#endif
7272
;

0 commit comments

Comments
 (0)