# HG changeset patch # User František Kučera # Date 1430655877 -7200 # Node ID f32ce80b4be48345e0704a1f0932ea4cd8c87d7a # Parent 56ae7ed4812135b4b5c576ce2ead903a01beb50b standard: C++11 diff -r 56ae7ed48121 -r f32ce80b4be4 c++/parameter-lister/nbproject/Makefile-Debug.mk --- a/c++/parameter-lister/nbproject/Makefile-Debug.mk Sun May 03 02:03:03 2015 +0200 +++ b/c++/parameter-lister/nbproject/Makefile-Debug.mk Sun May 03 14:24:37 2015 +0200 @@ -65,7 +65,7 @@ ${OBJECTDIR}/CLI.o: CLI.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} "$@.d" - $(COMPILE.cc) -g -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp + $(COMPILE.cc) -g -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp # Subprojects .build-subprojects: diff -r 56ae7ed48121 -r f32ce80b4be4 c++/parameter-lister/nbproject/configurations.xml --- a/c++/parameter-lister/nbproject/configurations.xml Sun May 03 02:03:03 2015 +0200 +++ b/c++/parameter-lister/nbproject/configurations.xml Sun May 03 14:24:37 2015 +0200 @@ -36,6 +36,9 @@ false + + 8 +