[cfe-dev] clang++ and extended initializer lists

Sebastian Redl sebastian.redl at getdesigned.at
Fri Dec 17 03:21:51 PST 2010


On 17.12.2010 11:49, Csaba Raduly wrote:
> Is this something that is not yet supported by clang++ ?
Correct, see http://clang.llvm.org/cxx_status.html .

Clang doesn't reliably support libstdc++ > 4.2, since that's when they 
started to use C++0x features.

Sebastian



More information about the cfe-dev mailing list