
17 Nov
2010
17 Nov
'10
6:02 p.m.
Is there a config macro for the presence/absence of C++0x uniform initialization syntax?
http://en.wikipedia.org/wiki/C%2B%2B0x#Uniform_initialization
If not, I suggest BOOST_NO_UNIFORM_INITIALIZATION_SYNTAX. A quick test shows that gcc-4.5 in 0x mode has it.
If you can supply a test case, I can add it, John.