From 9767dd6c30472a06bbfce8d95e83d37c7061ed06 Mon Sep 17 00:00:00 2001 From: Anton Matosov Date: Tue, 6 Jan 2015 00:54:17 +0200 Subject: Switched to full C++11 feature set --- unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/Makefile b/unittests/Makefile index cb08aa8fc..4dbde55f1 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -1,7 +1,7 @@ CC=g++ CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \ - -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++0x + -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11 # Points to the root of Google Test, relative to where this file is. # Remember to tweak this if you move this file. -- cgit v1.2.3