You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Enforce template syntax typename over class
This commit is contained in:
@@ -2459,7 +2459,7 @@ bool String::is_numeric() const {
|
||||
return true; // TODO: Use the parser below for this instead
|
||||
}
|
||||
|
||||
template <class C>
|
||||
template <typename C>
|
||||
static double built_in_strtod(
|
||||
/* A decimal ASCII floating-point number,
|
||||
* optionally preceded by white space. Must
|
||||
|
||||
Reference in New Issue
Block a user