Files
filament/libs/utils/src
Mathias Agopian 052092f553 remove the remaining instances of std::string (#9802)
libfilament (including libutils and libmath) are 100% std::string
free.

std::string is pulled in the .so (on android) through libc++ for 
exception handling, even if we're not using them. There is not much
we can do here, but at least, it's not because of us!

utils::ostream still references it but only as an inline function,
so if the inline is not called, std::string won't be pulled in.

It's also referenced from Path.cpp, but that's not included in
libfilament.
2026-03-17 15:27:12 -07:00
..
2026-01-22 14:49:38 -08:00
2024-01-17 11:04:42 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2023-12-18 16:28:31 -08:00
2025-01-17 17:50:16 -08:00
2025-01-17 17:50:16 -08:00
2022-03-01 10:03:31 -08:00