fmt/include/fmt
Lucian Petrut bdfcf8ba20 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-25 07:03:12 +00:00
..
chrono.h internal -> detail (#1538) 2020-05-10 07:34:30 -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 Move void_t to where it's used 2020-05-18 10:46:25 -07:00
format-inl.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
format.h Optimize small string parsing 2020-05-19 13:44:22 -07:00
locale.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
os.h Fix Mingw support 2020-05-25 07:03:12 +00: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 interaction of space flag and '+' flag, as well as '-' flag and '0' flag (#1687) 2020-05-17 04:27:18 -07:00
ranges.h Adding sentinel support to fmt::join(). (#1689) 2020-05-18 06:31:01 -07:00