[libcxx-commits] [libcxx] [libc++] Applied `[[nodiscard]]` to `hash<shared_ptr>`, `hash<unique_ptr>`, etc. (PR #170674)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 4 19:45:39 PST 2025


================
@@ -6,22 +6,16 @@
 //
 //===----------------------------------------------------------------------===//
 
-// ADDITIONAL_COMPILE_FLAGS: -Wno-deprecated
+// UNSUPPORTED: c++03
----------------
frederick-vs-ja wrote:

```suggestion
// REQUIRES: std-at-least-c++14
```

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


More information about the libcxx-commits mailing list