mirror of
https://github.com/fmtlib/fmt.git
synced 2026-04-30 19:09:22 +08:00
Apply clang-format
This commit is contained in:
parent
3febdca556
commit
d2a159fbe7
@ -1872,10 +1872,10 @@ template <typename OutputIt, typename T, typename = void>
|
||||
struct has_insert : std::false_type {};
|
||||
|
||||
template <typename OutputIt, typename T>
|
||||
struct has_insert<OutputIt, T,
|
||||
struct has_insert<
|
||||
OutputIt, T,
|
||||
void_t<decltype(get_container(std::declval<OutputIt>())
|
||||
.insert({}, std::declval<T>(),
|
||||
std::declval<T>()))>>
|
||||
.insert({}, std::declval<T>(), std::declval<T>()))>>
|
||||
: std::true_type {};
|
||||
|
||||
// An optimized version of std::copy with the output value type (T).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user