[llvm-bugs] [Bug 30860] New: Unexpected failure using noexcept in forward reference to method
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 31 17:07:36 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30860
Bug ID: 30860
Summary: Unexpected failure using noexcept in forward reference
to method
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: dcallahan at fb.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 17521
--> https://llvm.org/bugs/attachment.cgi?id=17521&action=edit
source demonstrating bug
The attached source file generates this unexpected error not in the last
release.
bug.cpp:10:27: error: exception specification is not available until end of
class definition
double nowInSeconds = defaultClockNow()) const noexcept ;
^
1 error generated.
--
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/20161101/a866d360/attachment.html>
More information about the llvm-bugs
mailing list