[libcxx-commits] [libcxx] [libc++][unordered_map] Applied `[[nodiscard]]` (PR #170423)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 14 01:18:42 PST 2025


================
@@ -6,20 +6,104 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++03
+// REQUIRES: std-at-least-c++11
----------------
H-G-Hristov wrote:

OK. I suggest to do this refactoring in a single commit separately after these land to avoid quadruple CI run if that's the only issue? WDYT?


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


More information about the libcxx-commits mailing list