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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 12 08:51:10 PDT 2024


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

This is intended and indeed to match the current synopsis. (This is mentioned in the commit message.)

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


More information about the libcxx-commits mailing list