Skip to content

Commit 3f69934

Browse files
committed
Updated C++ std to C++14
1 parent 289f9e6 commit 3f69934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ MACOS_ARCHS=("x86_64")
5151
IOS_ARCHS=("armv7 arm64")
5252

5353
# Applied to all platforms
54-
CXX_FLAGS="-std=c++11 -stdlib=libc++"
54+
CXX_FLAGS="-std=c++14 -stdlib=libc++"
5555

5656
MACOS_SDK_PATH=`xcrun --sdk macosx --show-sdk-path`
5757

0 commit comments

Comments
 (0)