Files
filament/libs
Mathias Agopian 8ab2725a79 string improvements
- don't use __PRETTY_FUNCTION__ and try to parse it, __func__ is
standardized and in most case returns what we want (the function name).

- add native support for string_view in our ostream.

- uninline string support from ostream
2022-04-13 08:53:33 -07:00
..
2021-11-03 10:54:05 -07:00
2021-12-08 00:17:29 -06:00
2022-04-13 08:53:33 -07:00