jak-project/third-party/fmt
Tyler Wilding 345b8e30d8 Resolve a good chunk of windows compiler warnings
Mostly revolved around the new MSVC check for functions that don't cover all paths (ie. a switch statement without a default case).  It appears to not see an assert as a valid default case.

I switched assert(false) to exceptions in these cases.  I believe this should also abort the program, but will also provide a hopefully useful message?  Hopefully this is an improvement.

Resolves #32
2020-09-13 22:02:27 -04:00
..
CMakeLists.txt Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
core.h add fmt library 2020-08-23 23:43:11 -04:00
format-inl.h add fmt library 2020-08-23 23:43:11 -04:00
format.cc add fmt library 2020-08-23 23:43:11 -04:00
format.h add fmt library 2020-08-23 23:43:11 -04:00
LICENSE.rst add fmt library 2020-08-23 23:43:11 -04:00