mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-12 06:30:02 +08:00
Fix typo in typename. containter_type -> container_type. (#3844)
This commit is contained in:
parent
34f415b56e
commit
0879504796
@ -553,7 +553,7 @@ template <typename OutputIt,
|
||||
FMT_ENABLE_IF(is_back_insert_iterator<OutputIt>::value&&
|
||||
is_contiguous<typename OutputIt::container>::value)>
|
||||
inline auto base_iterator(OutputIt it,
|
||||
typename OutputIt::containter_type::value_type*)
|
||||
typename OutputIt::container_type::value_type*)
|
||||
-> OutputIt {
|
||||
return it;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user