Skip to content

Commit 05caaf6

Browse files
authored
Fix hint message in Modules for Clang 23
Signed-off-by: Cem Dervis <cem@dervis.de>
1 parent 14d6db2 commit 05caaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features_cpp20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ features:
529529
- target: Clang 21
530530
msg: "In addition to Clang 17, partially supports P1857, with the following note: _The restriction that '[a] module directive may only appear as the first preprocessing tokens in a file' is enforced starting in Clang 21._"
531531
- target: Clang 23
532-
msg: "In addition to Clang 23, supports P1857."
532+
msg: "In addition to Clang 21, supports P1857."
533533
- target: Xcode 26
534534
msg: >
535535
Apple Clang requires the `-fcxx-modules` flag **in addition to** `-fmodules`.<br/><br/> Xcode 26

0 commit comments

Comments
 (0)