[libcxx-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 11 09:12:10 PST 2024


================
@@ -1394,7 +1395,7 @@ template <class _Key,
           class            = enable_if_t<__is_allocator<_Allocator>::value, void>,
           class            = enable_if_t<!__is_allocator<_Compare>::value, void>>
 multiset(initializer_list<_Key>,
-         _Compare   = _Compare(),
+         _Compare = _Compare(),
----------------
ldionne wrote:

Stray change?

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


More information about the libcxx-commits mailing list