From a902b59526cb8e5dfe933f0633e444ab6da4dcac Mon Sep 17 00:00:00 2001 From: subcrip Date: Wed, 29 May 2024 17:01:05 +0800 Subject: [PATCH] Update include.hh Signed-off-by: subcrip --- include.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include.hh b/include.hh index 1d400fc..2196403 100644 --- a/include.hh +++ b/include.hh @@ -1,9 +1,8 @@ #pragma GCC optimize("Ofast") ///////////////////////////////////////////////////////// /** - * Useful Macros - * by subcrip - * (requires C++17) + * This code should require C++14. + * However, it's only been tested with C++17. */ #include