From dd685fb0bd6726038c863a69037cc30a7294ffcf Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 15 Nov 2021 10:40:42 +0100 Subject: Build w/ C++20 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03bf1d1..f3f072f 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ CXX=clang++-11 endif # boost is buggy for C++20: error: static_assert failed due to requirement 'detail::is_endian_reversible_inplace -STANDARD=c++17 -#STANDARD=c++20 +#STANDARD=c++17 +STANDARD=c++20 ifeq ($(CXXFLAGS),) CXXFLAGS=-O0 -g -D_DEBUG -- cgit v1.2.3