projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
C++11y allows us to eliminate some boilerplate!
[invirt/third/libt4.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
5ec634c
..
5dd06c5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-CXXFLAGS ?= -g -MMD -Werror -I. -std=c++11
+CXXFLAGS ?= -g -MMD -Werror -I. -std=c++1y
LDFLAGS ?=
CXX ?= g++
CC ?= g++