Skip to content

Commit 510790f

Browse files
committed
Try latest c++ version for MSVC
1 parent 1b5349d commit 510790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project(
2121
version: '0.2.0',
2222
license: 'Apache-2.0',
2323
meson_version: '>=1.3.0',
24-
default_options: ['cpp_std=c++23', 'warning_level=2'],
24+
default_options: ['cpp_std=c++23,c++latest', 'warning_level=2'],
2525
)
2626

2727
subdir('src')

0 commit comments

Comments
 (0)