diff --git a/example/Makefile b/example/Makefile index 2b158824..114d032e 100644 --- a/example/Makefile +++ b/example/Makefile @@ -3,7 +3,7 @@ CXX := c++ endif ifndef CXXFLAGS -CXXFLAGS := -std=c++11 -Wall -I .. -I../extra -o +CXXFLAGS := -std=c++14 -Wall -I .. -I../extra -o endif SOURCES := $(wildcard *.cc)