You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Replace std::size usage with std_size to avoid <iterator> include.
This commit is contained in:
@@ -220,7 +220,7 @@ String Performance::get_monitor_name(Monitor p_monitor) const {
|
||||
PNAME("navigation_3d/obstacles"),
|
||||
#endif // NAVIGATION_3D_DISABLED
|
||||
};
|
||||
static_assert(std::size(names) == MONITOR_MAX);
|
||||
static_assert(std_size(names) == MONITOR_MAX);
|
||||
|
||||
return names[p_monitor];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user