http://llvm.org/bugs/show_bug.cgi?id=16469
Bug ID: 16469
Summary: Rejects-valid with decltype and exception
specification
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Testcase:
void f() noexcept;
decltype(f)**g;
<stdin>:2:14: error: exception specifications are not allowed beyond a single
level of indirection
decltype(f)**g;
^
1 error generated.
This testcase is well-formed, as far as I can tell.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs