From 8c54d41a063a595b8663490b2bbd1d06bac209f7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 Jan 2023 20:38:52 +0100 Subject: Use std::source_location instead of __FILE__ and __LINE__ and add new functions for use instead of macros. --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 7ab11fa..2f00198 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,7 +3,7 @@ TESTS=\ test_ExampleTest CXX ?= g++ -CXXFLAGS ?= -g -std=c++17 -Wall -Werror -Wextra -Wconversion -I.. +CXXFLAGS ?= -g -std=c++20 -Wall -Werror -Wextra -Wconversion -I.. all: ${TESTS} -- cgit v1.2.3