[libcxx-commits] [libcxx] [NFC][libc++] Moves ios_base's forward declaration. (PR #88027)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 11 08:14:19 PDT 2024


================
@@ -25,7 +25,6 @@ template<>            struct char_traits<wchar_t>;
 
 template<class T>     class allocator;
 
-class ios_base;
----------------
ldionne wrote:

This is part of the synopsis, I don't think it should change?

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


More information about the libcxx-commits mailing list