2
0
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:
Dave Abrahams
2003-05-22 01:35:53 +00:00
parent ff0980914b
commit e6a176bb1e

View File

@@ -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()
{