Hi
What's the status of support for initializer lists? See this
http://llvm.org/bugs/show_bug.cgi?id=8591. Is anyone working on this?
Thanks
Hi
What's the status of support for initializer lists? See this
http://llvm.org/bugs/show_bug.cgi?id=8591. Is anyone working on this?
Thanks
This bug is referring to C++0x "generalized initializer lists". There is no support for this feature in Clang at this time.
- Doug