[clang] [clang] Implement CWG2815 (PR #132778)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 21:10:12 PDT 2025
================
@@ -47,6 +47,28 @@ void f() {
#endif
} // namespace cwg2813
+namespace cwg2815 { // cwg2815: 21
+#if __cpp_noexcept_function_type >= 201510
----------------
Endilll wrote:
Yes, C++ DR tests are concerned with language modes, and not individual features.
https://github.com/llvm/llvm-project/pull/132778
More information about the cfe-commits
mailing list