2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

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]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2005-09-10 05:53:28 +00:00
parent aa20ce7d2c
commit f8280b0e1a

View File

@@ -64,11 +64,7 @@ namespace
static const Color3 black;
};
const Color3 Color3::black
#if BOOST_WORKAROUND(__GNUC__, BOOST_TESTED_AT(3))
= {}
#endif
;
const Color3 Color3::black = {} ;
void compilability_test()
{