Skip to content

Commit 18dc0e5

Browse files
committed
Bump project to C++11 in build system
This is required for some of the std::atomic usages (from the recent patches) under macOS.
1 parent e7801e7 commit 18dc0e5

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
@@ -1,5 +1,5 @@
11
project('pevents', ['cpp'],
2-
default_options: ['warning_level=3'])
2+
default_options: ['warning_level=3', 'cpp_std=c++11'])
33

44
args = []
55
if get_option('wfmo')

0 commit comments

Comments
 (0)