Skip to content

Commit f8280b0

Browse files
author
Ralf W. Grosse-Kunstleve
committed
David Abrahams, Jul 2005: according to 8.5/9 the __GNUC__ workaround at line 69 of data_members.cpp should be made universal.
[SVN r30893]
1 parent aa20ce7 commit f8280b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/data_members.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ namespace
6464
static const Color3 black;
6565
};
6666

67-
const Color3 Color3::black
68-
#if BOOST_WORKAROUND(__GNUC__, BOOST_TESTED_AT(3))
69-
= {}
70-
#endif
71-
;
67+
const Color3 Color3::black = {} ;
7268

7369
void compilability_test()
7470
{

0 commit comments

Comments
 (0)