[libcxx-commits] [PATCH] D126738: [libc++][NFC] Mark the definition of ~basic_ios::basic_ios() as inline
Alan Zhao via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 31 17:55:36 PDT 2022
ayzhao added inline comments.
================
Comment at: libcxx/include/ios:698
template <class _CharT, class _Traits>
-basic_ios<_CharT, _Traits>::~basic_ios()
+inline basic_ios<_CharT, _Traits>::~basic_ios()
{
----------------
I'm not sure if I should specify `_LIBCPP_INLINE_VISIBILITY` here - does anyone have any ideas?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126738/new/
https://reviews.llvm.org/D126738
More information about the libcxx-commits
mailing list