[libcxx-commits] [libcxx] [libc++][chrono] Applied `[[nodiscard]]` to clocks (PR #174120)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 5 07:31:37 PST 2026
================
@@ -6,20 +6,23 @@
//
//===----------------------------------------------------------------------===//
-// Check that format functions are marked [[nodiscard]] as a conforming extension
-
-// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
+// UNSUPPORTED: no-monotonic-clock
----------------
philnik777 wrote:
Can we guard the monotonic clock functions instead?
https://github.com/llvm/llvm-project/pull/174120
More information about the libcxx-commits
mailing list