[libcxx-commits] [libcxx] [libc++][map] Applied `[[nodiscard]]` (PR #169971)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 5 23:19:13 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
----------------
H-G-Hristov wrote:
I don't know. AFAIK all pre-existing tests had this condition, so I kept it. It seems we can try removing it.
https://github.com/llvm/llvm-project/pull/169971
More information about the libcxx-commits
mailing list