[LLVMbugs] [Bug 14087] Clang rejects new (uniform) initialization of classes with lists inside.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 3 20:59:47 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=14087

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Your std::list type doesn't have a std::initializer_list constructor. Try again
with a standard library newer than libstdc++4.2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130704/59e35bdd/attachment.html>


More information about the llvm-bugs mailing list