1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

AutoDeleteArray -> std::unique_ptr

Also, switch to C++14 for std::make_unique.
This commit is contained in:
Eelco Dolstra 2017-01-16 22:24:29 +01:00
parent 40dfac968a
commit 2b9d0a99cb
5 changed files with 10 additions and 24 deletions

View file

@ -27,7 +27,7 @@ makefiles = \
tests/local.mk
#src/download-via-ssh/local.mk \
GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
-include Makefile.config