{fmt} compatibility shims across supported versions.
Functions | |
| template<typename S> | |
| const S & | runtime (const S &s) |
| template<class... NotUsed> | |
| auto | runtime (::utils::zstring_view s, NotUsed...) -> decltype(fmt::runtime(std::string_view{s})) |
|
inline |
Definition at line 88 of file zstring_view.hpp.
| const S & fmt::runtime | ( | const S & | s | ) |
Definition at line 16 of file fmt_compat.hpp.