You've already forked cpp-httplib
Changed examples to use the generic lambda.
This commit is contained in:
@ -3,10 +3,10 @@ USE_CLANG = 1
|
||||
|
||||
ifdef USE_CLANG
|
||||
CC = clang++
|
||||
CFLAGS = -std=c++0x -stdlib=libc++ -g
|
||||
CFLAGS = -std=c++1y -stdlib=libc++ -g
|
||||
else
|
||||
CC = g++
|
||||
CFLAGS = -std=c++11 -g
|
||||
CC = g++-4.9
|
||||
CFLAGS = -std=c++1y -g
|
||||
endif
|
||||
|
||||
all: server client hello simplesvr
|
||||
|
Reference in New Issue
Block a user