[llvm-bugs] [Bug 28258] clang crashes with -std=c++11 on code invoking a deleted default constructor: Assertion `(data().DefaultedMoveConstructorIsDeleted || needsOverloadResolutionForMoveConstructor()) && "move constructor should not be deleted"' failed
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 2 19:16:17 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=28258
David Stone <david at doublewise.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
CC| |david at doublewise.net
--- Comment #1 from David Stone <david at doublewise.net> ---
Works on current trunk. Uncertain when this was resolved as I do not have older
versions of clang with assertions enabled.
--
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/20190903/8e662a0b/attachment.html>
More information about the llvm-bugs
mailing list