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:
parent
40dfac968a
commit
2b9d0a99cb
5 changed files with 10 additions and 24 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue