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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 11 19:54:31 PDT 2024


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

I guess it should change to match [[iosfwd.syn]](https://eel.is/c++draft/iosfwd.syn).

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


More information about the libcxx-commits mailing list