[PATCH] D25624: Added 'inline' attribute to basic_string's destructor

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 08:22:59 PDT 2016


EricWF added a comment.

Actually we don't want to copy `memory.cpp` in this case. Please use `_LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY`. There are only examples in `<string>` you can follow. Make sure to put it on the in-class declaration.


https://reviews.llvm.org/D25624





More information about the cfe-commits mailing list