| 737 | |
| 738 | template<class FwdIt> |
| 739 | input_iterator<FwdIt> |
| 740 | make_input_iterator(FwdIt it) |
| 741 | { |
| 742 | return input_iterator<FwdIt>(it); |
| 743 | } |
| 744 | |
| 745 | //---------------------------------------------------------- |
| 746 |
no outgoing calls
no test coverage detected