From 1689e28435021f9bd12d92d167113338eb230057 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Nov 2021 10:24:35 +0100 Subject: Use C++20. --- ctor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 81f771e..b046d5a 100644 --- a/ctor.cc +++ b/ctor.cc @@ -28,7 +28,7 @@ BuildConfigurations ctorConfigs() "src/unittest.cc", }, .cxxflags = { - "-std=c++17", + "-std=c++20", "-O3", "-s", "-Wall", -- cgit v1.2.3