fmtlegacy/include/fmt
Daniela Engert 61c9b563c2 Replace 'std::result_of' by 'std::invoke_result' where possible (#1025)
C++17 deprecated 'std::result_of' in favour of 'std::invoke_result' and will ban it outright in C++20. Therefore
- implement 'internal::result_of' in terms of 'std::invoke_result' when compiling C++17 mode.
- implement 'internal::result_of' in terms of 'std::result_of' when compiling in modes C++11 or C++14.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2019-02-04 11:25:22 -08:00
..
chrono.h Enable grisu for shortest roundtrip (default) formatting 2019-02-03 10:38:28 -08:00
color.h Replace comments regarding deprecation with attributes 2019-02-02 05:48:39 -08:00
core.h Replace 'std::result_of' by 'std::invoke_result' where possible (#1025) 2019-02-04 11:25:22 -08:00
format-inl.h Correct the comment 2019-02-04 08:29:39 -08:00
format.h Enable grisu for shortest roundtrip (default) formatting 2019-02-03 10:38:28 -08:00
locale.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
ostream.h Make formatter<T> override ostream<< for templates (#952) 2019-01-21 09:42:55 -08:00
posix.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
prepare.h Fix warnings from Travis 2019-02-03 15:25:09 -08:00
printf.h Add code from p0645 2019-01-20 15:12:01 -08:00
ranges.h Format the code using clang-format 2019-01-13 06:58:20 -08:00
time.h Format the code using clang-format 2019-01-13 06:58:20 -08:00