[libcxx-commits] [libcxx] [libc++][map] Applied `[[nodiscard]]` (PR #169971)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 5 02:49:16 PST 2025
================
@@ -0,0 +1,18 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03
----------------
frederick-vs-ja wrote:
Is there anything blocking the test in C++03 mode? (Same for tests for `map`, `set`, `multiset`, and unordered associative containers provided as extensions in C++03.)
https://github.com/llvm/llvm-project/pull/169971
More information about the libcxx-commits
mailing list