Skip to content

Commit 4d7edc0

Browse files
committed
c++23 to c++23-or-later
1 parent a95e94a commit 4d7edc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/readability/convert-member-functions-to-static-deducing-this.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy -std=c++23 %s readability-convert-member-functions-to-static %t
1+
// RUN: %check_clang_tidy -std=c++23-or-later %s readability-convert-member-functions-to-static %t
22

33
namespace std{
44
class string {};

0 commit comments

Comments
 (0)