Skip to content

Commit 9be3342

Browse files
authored
Update build.yml to include cpp concepts flag
1 parent da8bd07 commit 9be3342

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
--mingw=/usr \
8686
--cc=clang-23 \
8787
--cxx=clang++-23 \
88+
--cxflags="-D__cpp_concepts=202002L" \
8889
-c -y
8990
xmake -j$(nproc)
9091

0 commit comments

Comments
 (0)