[type_erasure] error in type-erased iterators
26 Apr
2013
26 Apr
'13
4:49 p.m.
Hi, iterator< ::boost::no_traversal_tag, ...> defines constructible<T()> requirement. This however musn't be meet in the case of incrementable and single-pass iterators. It should probably be moved to the iterator< ::boost::forward_traversal_tag, ...> Patch attached. Regards, Adam Wulkiewicz
4573
Age (days ago)
4573
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adam Wulkiewicz