[LLVMbugs] [Bug 15392] New: clang++ doesn't compile boost-1.53 spirit example with -std=c++11
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 28 06:01:55 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15392
Bug ID: 15392
Summary: clang++ doesn't compile boost-1.53 spirit example with
-std=c++11
Product: clang
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: clangboost at suremail.info
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10106
--> http://llvm.org/bugs/attachment.cgi?id=10106&action=edit
clang++ -std=c++11 spirit.cpp fails to compile
The attached example taken from the boost documentation does compile with gcc
4.7.2 (with and without -std=c++11) and with clang++ when -std=c++11 is not
given. But clang++ fails with -std=c++11.
--
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/20130228/1c936016/attachment.html>
More information about the llvm-bugs
mailing list