[libcxx-commits] [PATCH] D58203: [libc++] Inline stdexcept constructors, destructors, and assignment operators when using MSVC ABI
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 19 17:06:00 PST 2019
ldionne added a comment.
Question: Why do we define those (almost trivial) functions in the dylib? It seems like those should always be in the headers?
I understand we can't remove them from the dylib now, of course.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58203/new/
https://reviews.llvm.org/D58203
More information about the libcxx-commits
mailing list