-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
Description
I propose switch to
-std=c++11
--- /tmp/setup.py Sat Aug 5 11:19:24 2017
+++ setup.py Sat Aug 5 11:32:43 2017
@@ -85,7 +85,7 @@
link_flags = []
else:
flags = [
- '-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
+ '-fPIC', '-std=c++11', '-Wall', '-Wno-parentheses', '-Werror=switch',
]
platform.mac_ver()
if platform.system() in ['Darwin', 'FreeBSD']:
successfully builded on OpenBSD 6.1 with LLVM
clang version 4.0.0 (tags/RELEASE_400/final)
Target: amd64-unknown-openbsd6.1
Thread model: posix