fmt/include/fmt
Lucian Petrut 51bf9cfacb Fix Mingw support
If the ``_POSIX_`` flag is set, _fdopen will not be defined by
Mingw headers, which is addressed by this commit.

For what is worth, as opposed to ``fdopen``, ``_pipe`` *will*
actually have the ``_`` prefix when ``_POSIX_`` is set.
2020-05-26 06:39:22 -07:00
..
chrono.h fix max/min macro (#1697) 2020-05-22 06:38:43 -07:00
color.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
compile.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
core.h Remove a redundant branch 2020-05-22 15:39:33 -07:00
format-inl.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
format.h Optimize common case 2020-05-25 19:16:35 -07:00
locale.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
os.h Fix Mingw support 2020-05-26 06:39:22 -07:00
ostream.h Make ostream formatter work with compile-time format strings (#1692) 2020-05-20 14:59:57 -07:00
posix.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
printf.h fix zero flag for char types and make zero flag ignored if a precision is specified 2020-05-23 12:46:26 -07:00
ranges.h Adding sentinel support to fmt::join(). (#1689) 2020-05-18 06:31:01 -07:00