Skip to content

Commit 892ae17

Browse files
authored
meson: Switch to C++17 (ai-dynamo#104)
Lets switch to C++17 standard to build. We could use newer features and gtest will rely only on C++17 for later releases. Tested-by: Subhadeep Bhattacharya <[email protected]> Signed-off-by: Adit Ranadive <[email protected]>
1 parent c6b871c commit 892ae17

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
@@ -16,7 +16,7 @@
1616
project('nixl', 'CPP', version: '0.1.0',
1717
default_options: ['buildtype=debug',
1818
'werror=true',
19-
'cpp_std=c++11',
19+
'cpp_std=c++17',
2020
'prefix=/opt/nvidia/nvda_nixl'],
2121
meson_version: '>= 0.64.0'
2222
)

0 commit comments

Comments
 (0)