[llvm-bugs] [Bug 22763] Explicit template instantiations do not instantiate explicitly defaulted special members

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 16 15:55:45 PST 2017


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

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

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

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

Like GCC, we now emit non-user-provided defaulted special members with each
use, even if explicitly instantiated, regardless of whether they're implicitly
or explicitly declared.

-- 
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/20171116/d57ac5b7/attachment.html>


More information about the llvm-bugs mailing list