mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Apply clang-format
This commit is contained in:
@ -573,7 +573,8 @@ auto compile(const Char (&format_str)[N])
|
|||||||
|
|
||||||
// DEPRECATED! use FMT_COMPILE instead.
|
// DEPRECATED! use FMT_COMPILE instead.
|
||||||
template <typename... Args>
|
template <typename... Args>
|
||||||
FMT_DEPRECATED auto compile(const Args&... args) -> decltype(detail::compile(args...)) {
|
FMT_DEPRECATED auto compile(const Args&... args)
|
||||||
|
-> decltype(detail::compile(args...)) {
|
||||||
return detail::compile(args...);
|
return detail::compile(args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user