1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Changed test and README to use the generic lambda.

This commit is contained in:
yhirose
2014-03-31 21:07:56 -04:00
parent 5c01c69223
commit 98e3e7b3c1
3 changed files with 10 additions and 10 deletions

View File

@ -3,10 +3,10 @@ USE_CLANG = 1
ifdef USE_CLANG
CC = clang++
CCFLAGS = -std=c++0x -stdlib=libc++ -g -DGTEST_USE_OWN_TR1_TUPLE
CCFLAGS = -std=c++1y -stdlib=libc++ -g -DGTEST_USE_OWN_TR1_TUPLE
else
CC = g++-4.7
CCFLAGS = -std=c++11 -g
CC = g++-4.9
CCFLAGS = -std=c++1y -g
endif
all : test