[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 18:06:00 PDT 2022
ayzhao updated this revision to Diff 433255.
ayzhao added a comment.
add _LIBCPP_INLINE_VISIBILITY
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126738/new/
https://reviews.llvm.org/D126738
Files:
libcxx/include/ios
Index: libcxx/include/ios
===================================================================
--- libcxx/include/ios
+++ libcxx/include/ios
@@ -695,6 +695,7 @@
}
template <class _CharT, class _Traits>
+inline _LIBCPP_INLINE_VISIBILITY
basic_ios<_CharT, _Traits>::~basic_ios()
{
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126738.433255.patch
Type: text/x-patch
Size: 287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220601/9a70b98a/attachment-0001.bin>
More information about the libcxx-commits
mailing list