0ad/source/third_party/cppformat
Ykkrosh 9c8798b592 cppformat: Remove support for CUSTOM types.
These cause a lot of type-safety trouble - unsupported types passed into
fmt::sprintf (like CStr or enums) will be accepted at compile time, but
trigger an exception at runtime. Remove them, so we'll get either an
implicit conversion to a supported type, or a compile-time error.

This was SVN commit r16179.
2015-01-22 20:27:34 +00:00
..
format.cpp cppformat: Fix compatibility with our build system on Windows. 2015-01-22 20:26:58 +00:00
format.h cppformat: Remove support for CUSTOM types. 2015-01-22 20:27:34 +00:00