mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-27 03:30:32 +00: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…
Reference in New Issue
Block a user