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: unassignedclangb...@nondot.org
          Reporter: dcalla...@fb.com
                CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to