[libcxx-commits] [libcxx] [libc++] Add [[nodiscard]] to static numeric limit functions (PR #83748)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 5 03:25:28 PST 2024
================
@@ -0,0 +1,71 @@
+//===----------------------------------------------------------------------===//
+//
+// 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, c++11, c++14, c++17
----------------
philnik777 wrote:
This should be tested in all versions that it works in, and I don't think there is anything in this test that would require any higher C++ version. Same for the other test.
https://github.com/llvm/llvm-project/pull/83748
More information about the libcxx-commits
mailing list