We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df7688 + da22246 commit 0fef5b9Copy full SHA for 0fef5b9
meson.build
@@ -1,8 +1,8 @@
1
project(
2
'SQLiteCpp', 'cpp',
3
# SQLiteCpp supports C++11
4
- # however newer versions of gtest requires C++14
5
- default_options: ['cpp_std=c++14', 'warning_level=3'],
+ # however newer versions of gtest requires C++17
+ default_options: ['cpp_std=c++17', 'warning_level=3'],
6
license: 'MIT',
7
version: '3.3.3',
8
)
0 commit comments