
28 May
2009
28 May
'09
9:20 p.m.
2009/5/28 Beman Dawes <bdawes@acm.org>:
Does it matter that some standard libraries might add <initializer_list> even though the compiler doesn't have support yet?
That's already the case for g++ 4.4 when not compiling in c++0x mode. The contents are protected by a macro check but there's no warning or error. I'd hope that BOOST_NO_0X_HDR_INITIALIZER_LIST isn't defined in that case. The header is there but it's entirely useless. Daniel