mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 12:27:33 +02:00
make_zip_iterator should be inlined
Signed-off-by: Kohei Takahashi <flast@flast.jp>
This commit is contained in:
@ -377,7 +377,7 @@ namespace boost {
|
|||||||
// Make function for zip iterator
|
// Make function for zip iterator
|
||||||
//
|
//
|
||||||
template<typename IteratorTuple>
|
template<typename IteratorTuple>
|
||||||
zip_iterator<IteratorTuple>
|
inline zip_iterator<IteratorTuple>
|
||||||
make_zip_iterator(IteratorTuple t)
|
make_zip_iterator(IteratorTuple t)
|
||||||
{ return zip_iterator<IteratorTuple>(t); }
|
{ return zip_iterator<IteratorTuple>(t); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user