Skip to content

Commit 09e917d

Browse files
committed
require c++14 for capnp0.7
1 parent 541971b commit 09e917d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CXXFLAGS += -O3 -std=c++11 -Isrc -I@capnp@/include -I@mathinc@
1+
CXXFLAGS += -O3 -std=c++14 -Isrc -I@capnp@/include -I@mathinc@
22
CPPFLAGS += @amcppflags@
33

44
UNAME_S=$(shell uname -s)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ then
3333
AC_MSG_ERROR([Cap'n Proto compiler (capnp) not found.])
3434
fi
3535

36-
CPPFLAGS="-I$with_capnp/include -std=c++11"
36+
CPPFLAGS="-I$with_capnp/include -std=c++14"
3737

3838
AC_CHECK_HEADER(capnp/common.h, [result=1], [result=0])
3939

0 commit comments

Comments
 (0)