Apply clang-format
This commit is contained in:
+4
-4
@@ -1872,10 +1872,10 @@ template <typename OutputIt, typename T, typename = void>
|
|||||||
struct has_insert : std::false_type {};
|
struct has_insert : std::false_type {};
|
||||||
|
|
||||||
template <typename OutputIt, typename T>
|
template <typename OutputIt, typename T>
|
||||||
struct has_insert<OutputIt, T,
|
struct has_insert<
|
||||||
void_t<decltype(get_container(std::declval<OutputIt>())
|
OutputIt, T,
|
||||||
.insert({}, std::declval<T>(),
|
void_t<decltype(get_container(std::declval<OutputIt>())
|
||||||
std::declval<T>()))>>
|
.insert({}, std::declval<T>(), std::declval<T>()))>>
|
||||||
: std::true_type {};
|
: std::true_type {};
|
||||||
|
|
||||||
// An optimized version of std::copy with the output value type (T).
|
// An optimized version of std::copy with the output value type (T).
|
||||||
|
|||||||
Reference in New Issue
Block a user