mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 04:17:32 +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
|
||||
//
|
||||
template<typename IteratorTuple>
|
||||
zip_iterator<IteratorTuple>
|
||||
inline zip_iterator<IteratorTuple>
|
||||
make_zip_iterator(IteratorTuple t)
|
||||
{ return zip_iterator<IteratorTuple>(t); }
|
||||
|
||||
|
Reference in New Issue
Block a user