aboutsummaryrefslogtreecommitdiff
path: root/CRT/eastl_compat.hpp
Commit message (Collapse)AuthorAge
* Added `::to_string_hex()`.Toni Uhlig2023-09-27
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added ::from_unicode to convert unicode strings to ansi string in kernel mode.Toni Uhlig2023-09-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added `nanoprintf.h` header only library to implement `::to_string` functions.Toni Uhlig2023-09-15
* `eastl::to_string` does not work for now Signed-off-by: Toni Uhlig <matzeton@googlemail.com>