[llvm-bugs] [Bug 39363] Cannot construct unique_ptr with pointer to incomplete type
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 21 20:15:31 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39363
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #5 from Eric Fiselier <eric at efcs.ca> ---
Reopening to investigate further.
I suspect this is a problem at the language level, and there is nothing libc++
is doing wrong or can do about it. However, I'll re-open the bug until I can
confirm.
Here is a minimal reproducer for both GCC and Clang:
https://godbolt.org/z/5I_2fq
--
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/20181022/18606698/attachment.html>
More information about the llvm-bugs
mailing list