2 Commits

Author SHA1 Message Date
John Wellbelove
ee688e21e6 Fixed issues with unsigned to signed conversion.
Added format.h to VS2022 project.
Added format.h to syntax check CMakeLists.txt
2025-12-18 08:59:42 +00:00
Roland Reichwein
ca16876ea0 Add etl::format (#1204)
* Synchronize on C++ 17 for "Windows - STL" and "Windows - No STL"

MSVC C++20 handles char* differently on iteration

* Add etl::format

This adds etl::format, guided by std::format, avoiding dynamic memory
allocation
2025-12-18 08:05:44 +00:00