It seems these data structures sizes are intended to be limited to what fits in a u32 by the current implementation, so I've resolved the warnings by casting the sizes of the underlying STL types.
I saw these warnings in a Visual Studio 17 2022 Debug build with current master.
It seems these data structures sizes are intended to be limited to what fits in a u32 by the current implementation, so I've resolved the warnings by casting the sizes of the underlying STL types.
I saw these warnings in a Visual Studio 17 2022 Debug build with current master.