fmt/include/fmt
Greg Sjaardema 34b3f7b7aa Avoid windows issue with min() max() macros
Including the ``windows.h`` file without defining ``NOMINMAX`` will define the `min()` and `max()` macros which will result in issues compiling any C++ code that uses any variant of `max`, for example `std::numeric_limits<std::streamsize>::max()` and many others.  Although max() isn't used in Fmt anywhere, it is often used in codes that include a format include file so simply upgrading to the current version of lib::fmt will break the windows build which worked prior to the update...
2020-04-07 08:34:34 -07:00
..
chrono.h Apply coding conventions 2020-01-26 19:48:48 -08:00
color.h Color formatting fixed for wide strings (fixes issue #1594) (#1596) 2020-03-17 06:24:42 -07:00
compile.h is_static_compiled_format -> is_compiled_format 2020-03-06 07:25:34 -08:00
core.h Fix gcc version check 2020-04-04 11:23:40 -07:00
format-inl.h Avoid windows issue with min() max() macros 2020-04-07 08:34:34 -07:00
format.h Implement the L specifier 2020-04-02 06:58:38 -07:00
locale.h Remove redundant braces 2020-01-15 15:07:30 -08:00
os.h Follow naming conventions 2020-04-01 09:30:28 -07:00
ostream.h Fix so can work without locale defined 2020-01-22 07:26:03 -08:00
posix.h Rename posix-test to os-test 2019-12-15 16:43:40 -08:00
printf.h Fix handling of volatile enums 2020-03-11 08:40:57 -07:00
ranges.h Ability to join elements of std::initializer_list was added 2020-03-15 16:10:00 -07:00