libassert icon indicating copy to clipboard operation
libassert copied to clipboard

auto-detect the presence of the std::format & {fmt} libraries in the C++ code.

Open GerHobbelt opened this issue 7 months ago • 0 comments

auto-detect the presence of the std::format & {fmt} libraries by checking for their header files (in platform). This automatically sets up the LIBASSERT_USE_FMT & LIBASSERT_USE_STD_FORMAT defines.


At least this is useful to me as we don't use CMake; when the include paths are set up to point at those libraries, this should pick them up across the build.

GerHobbelt avatar May 24 '25 21:05 GerHobbelt