[llvm-bugs] [Bug 31081] [c++17] exception-specification in explicit instantiation not required

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 30 18:12:59 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=31081

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r288301.

Technically we were following the standard; deduction here fails because
[temp.deduct.decl] does not exclude the exception specification from the
function type in this context, so I'm going to also file a core issue to get
the standard fixed.

-- 
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/20161201/d1266a80/attachment.html>


More information about the llvm-bugs mailing list