From f040159f77e518e5eda87a0c092e6c20d87a572b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 20 Oct 2014 11:33:48 -0400 Subject: Revert "Drop support for pre-c++11 compilers." The breakage this fixed can be worked around without removing support. This reverts commit 84a13dc576496f1227665259c61f86184f452f51. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ada6030df1a..b41a820275f4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ makefiles = \ doc/manual/local.mk \ tests/local.mk -GLOBAL_CXXFLAGS += -std=c++11 -g -Wall +GLOBAL_CXXFLAGS += -std=c++0x -g -Wall include Makefile.config -- cgit 1.4.1