[clang] [Clang] Static and explicit object member functions with the same parameter-type-lists (PR #93430)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Mon May 27 02:05:18 PDT 2024


================
@@ -240,3 +240,29 @@ void test() {
 }
 }
 #endif
+
+
+#if __cplusplus >= 202302L
----------------
Endilll wrote:

Move `#if` inside `namespace`.

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


More information about the cfe-commits mailing list