From 4c64b0e9e8d843470631cb52f8a984937b3ddb6b Mon Sep 17 00:00:00 2001 From: subcrip Date: Mon, 1 Jul 2024 21:17:52 +0800 Subject: [PATCH] Update template.cc Signed-off-by: subcrip --- template.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template.cc b/template.cc index 9e27c55..71798c8 100644 --- a/template.cc +++ b/template.cc @@ -5,8 +5,7 @@ #pragma GCC optimize("Ofast") ///////////////////////////////////////////////////////// /** - * This code should require C++14. - * However, it's only been tested with C++17. + * This code requires C++17. */ #include