1
0
This repository has been archived on 2025-10-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irrlicht-archive/include/irrString.h
Josiah VanderZee 22f2c37322 Add size_t to u32 static_casts to irrString
The irrString implementation doesn't allow constructing a string with a
size that would exceed a u32, so it should be safe to narrow the size of
the underlying STL container back to a u32.

This fixes 5 narrowing cast warnings from Visual Studio 17 2022.
2023-12-17 17:02:22 +01:00

23 KiB