From 070f964e8eca845d58546c23cd43d896348c15d6 Mon Sep 17 00:00:00 2001 From: JIe Date: Wed, 5 Feb 2025 10:03:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/toolkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toolkit.h b/include/toolkit.h index 8368625..31d5a6a 100644 --- a/include/toolkit.h +++ b/include/toolkit.h @@ -34,7 +34,7 @@ namespace toolkit HEX, OCT, DEC - } + }; template inline std::expected to_string(T value)