[libcxx-commits] [libcxx] [libc++] Remove <queue> and <stack> includes from <format> (PR #85520)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 22 02:56:48 PDT 2024


================
@@ -162,10 +163,6 @@ using wosyncstream = basic_osyncstream<wchar_t>;
 
 #endif // _LIBCPP_STD_VER >= 20 && !defined(_LIBCPP_HAS_NO_EXPERIMENTAL_SYNCSTREAM)
 
-// Include other forward declarations here
-template <class _Tp, class _Alloc = allocator<_Tp> >
-class _LIBCPP_TEMPLATE_VIS vector;
----------------
philnik777 wrote:

Because it's not part of `<iosfwd>`.

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


More information about the libcxx-commits mailing list