userver
C++ Async Framework
Loading...
Searching...
No Matches
fmt_compat.hpp
1
#
pragma
once
2
3
#
include
<
fmt
/
core
.
h
>
4
5
#
if
FMT_VERSION
<
80000
6
#
define
USERVER_FMT_CONST
7
8
namespace
fmt {
9
10
template
<
typename
S>
11
const
S& runtime(
const
S& s) {
12
return
s;
13
}
14
15
}
// namespace fmt
16
#
else
17
#
define
USERVER_FMT_CONST
const
18
#
endif
userver
utils
fmt_compat.hpp
Generated on Wed May 15 2024 22:34:55 for userver by
Doxygen
1.10.0