fmtlegacy/include
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
..
fmt Replace 'std::result_of' by 'std::invoke_result' where possible (#1025) 2019-02-04 11:25:22 -08:00
format Add code from p0645 2019-01-20 15:12:01 -08:00