userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
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 Apr 30 2025 15:48:43 for userver by
Doxygen
1.13.2