[libcxx-commits] [libcxx] Add C++23 stacktrace (P0881R7) (PR #136528)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 1 01:29:57 PDT 2025


================
@@ -420,7 +420,7 @@ private:
   char_type* __eout_ = nullptr;
 
   template <class _CharT2, class _Traits2, class _Allocator>
-  _LIBCPP_HIDE_FROM_ABI friend basic_istream<_CharT2, _Traits2>&
+  _LIBCPP_EXPORTED_FROM_ABI friend basic_istream<_CharT2, _Traits2>&
----------------
philnik777 wrote:

This is both unrelated and incorrect.

https://github.com/llvm/llvm-project/pull/136528


More information about the libcxx-commits mailing list