Fix typo in typename. containter_type -> container_type.
This commit is contained in:
parent
34f415b56e
commit
b1320a59ae
@ -553,7 +553,7 @@ template <typename OutputIt,
|
|||||||
FMT_ENABLE_IF(is_back_insert_iterator<OutputIt>::value&&
|
FMT_ENABLE_IF(is_back_insert_iterator<OutputIt>::value&&
|
||||||
is_contiguous<typename OutputIt::container>::value)>
|
is_contiguous<typename OutputIt::container>::value)>
|
||||||
inline auto base_iterator(OutputIt it,
|
inline auto base_iterator(OutputIt it,
|
||||||
typename OutputIt::containter_type::value_type*)
|
typename OutputIt::container_type::value_type*)
|
||||||
-> OutputIt {
|
-> OutputIt {
|
||||||
return it;
|
return it;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user