[llvm-bugs] [Bug 39649] clang fails to generate defaulted move constructor upon template instantiation

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 13 14:06:28 PST 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |5.0
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Thank you for the report. This was fixed between Clang 5 and Clang 6:

https://godbolt.org/z/-M1s00

I'm afraid we don't issue patch releases for Clang 5 any more, so there's not
much more we can do about this other than to suggest you upgrade to a more
recent version. (Sadly, I don't think there's a good workaround other than
avoiding mixing explicit instantiation and explicitly-defaulted functions.)

-- 
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/20181113/44943b0a/attachment.html>


More information about the llvm-bugs mailing list