[LLVMbugs] [Bug 19669] failure on using Base::Base

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 6 18:50:14 PDT 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Use -std=c++11 to enable C++11 mode. Clang defaults to C++98 mode, under which
this is ill-formed.

-- 
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/20140507/88500cd3/attachment.html>


More information about the llvm-bugs mailing list