[libcxx] [llvm] Add C++23 stacktrace (P0881R7) (PR #136528)
Steve O'Brien via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 12:57:26 PDT 2025
================
@@ -570,7 +570,7 @@ _LIBCPP_HIDE_FROM_ABI _Stream&& operator<<(_Stream&& __os, const _Tp& __x) {
}
template <class _CharT, class _Traits, class _Allocator>
-basic_ostream<_CharT, _Traits>&
+_LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>&
----------------
elsteveogrande wrote:
Reverted this file
https://github.com/llvm/llvm-project/pull/136528
More information about the llvm-commits
mailing list