make_zip_iterator should be inlined

Signed-off-by: Kohei Takahashi <flast@flast.jp>
This commit is contained in:
Kohei Takahashi
2014-06-14 15:54:37 +09:00
parent 1ddaca8297
commit c040d4c38b

View File

@ -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); }