https://bugs.llvm.org/show_bug.cgi?id=38354
JVApen <jva...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |---
--- Comment #2 from JVApen <jva...@gmail.com> ---
Hi Reid,
I've tested this example with /Zc:inline as well as the whole codebase I'm
working on for MSVC. This doesn't cause any linking error at all. This makes me
assume that MSVC handles the implicit default methods differently. (I've also
noticed something similar for classes containing unique_ptr as member, where
Dtor also required extra include)
This makes me assume that this bug ain't just about 'inline' and more about the
default member functions. Would you mind taking a second look?
FYI: My current fix for this code is actually to add: B::~B(){} in the Cpp (+
matching thing in header)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs