| 806 | #endif |
| 807 | > |
| 808 | void |
| 809 | insert(InputIt first, InputIt last) |
| 810 | { |
| 811 | insert(first, last, typename |
| 812 | std::iterator_traits<InputIt |
| 813 | >::iterator_category{}); |
| 814 | } |
| 815 | |
| 816 | /** Overload |
| 817 |
nothing calls this directly
no outgoing calls
no test coverage detected