| 521 | FMT_ENABLE_IF(is_back_insert_iterator<OutputIt>::value&& |
| 522 | is_contiguous<typename OutputIt::container>::value)> |
| 523 | inline auto base_iterator(OutputIt it, |
| 524 | typename OutputIt::container_type::value_type*) |
| 525 | -> OutputIt { |
| 526 | return it; |
| 527 | } |
| 528 | |
| 529 | template <typename Iterator> |
| 530 | constexpr auto base_iterator(Iterator, Iterator it) -> Iterator { |
no outgoing calls
no test coverage detected