mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
Add initializer list for silly GCC
[SVN r18491]
This commit is contained in:
@@ -65,7 +65,11 @@ namespace
|
||||
static const Color3 black;
|
||||
};
|
||||
|
||||
const Color3 Color3::black;
|
||||
const Color3 Color3::black
|
||||
#if BOOST_WORKAROUND(__GNUC__, BOOST_TESTED_AT(3))
|
||||
= {}
|
||||
#endif
|
||||
;
|
||||
|
||||
void compilability_test()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user