8000 Add -std=c++11 for basic in Makefile · michLab/matplotlib-cpp@c19e00c · GitHub
[go: up one dir, main page]

Skip to content

Commit c19e00c

Browse files
LiuWeijunAntihosBenno Evers
authored and
Benno Evers
committed
Add -std=c++11 for basic in Makefile
1 parent 94f6c01 commit c19e00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minimal: examples/minimal.cpp matplotlibcpp.h
44
cd examples && g++ -DWITHOUT_NUMPY minimal.cpp -I/usr/include/python2.7 -lpython2.7 -o minimal -std=c++11
55

66
basic: examples/basic.cpp matplotlibcpp.h
7-
cd examples && g++ basic.cpp -I/usr/include/python2.7 -lpython2.7 -o basic
7+
cd examples && g++ basic.cpp -I/usr/include/python2.7 -lpython2.7 -o basic -std=c++11
88

99
modern: examples/modern.cpp matplotlibcpp.h
1010
cd examples && g++ modern.cpp -I/usr/include/python2.7 -lpython2.7 -o modern -std=c++11

0 commit comments

Comments
 (0)
0