From 9903e6779b70fc03aae70a37b9cf053f4f355b91 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Thu, 7 Mar 2024 20:29:49 -0600 Subject: Enforce template syntax `typename` over `class` --- core/string/ustring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/string/ustring.cpp') diff --git a/core/string/ustring.cpp b/core/string/ustring.cpp index 1d27933016..a7e12138f2 100644 --- a/core/string/ustring.cpp +++ b/core/string/ustring.cpp @@ -2459,7 +2459,7 @@ bool String::is_numeric() const { return true; // TODO: Use the parser below for this instead } -template +template static double built_in_strtod( /* A decimal ASCII floating-point number, * optionally preceded by white space. Must -- cgit v1.2.3