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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user