Subject: [boost] [range] Can iterator_range also model Random Access Range?
From: Mostafa (mostafa_working_away_at_[hidden])
Date: 2013-12-03 19:37:25


It seems that iterator_range can properly model any refinement of the
Forward Range concept. Is that right? The reason I ask is that this is not
very clear from the documentation, and I had to deduce this from both the
iterator_range API and the Random Access Range concept definition. (See
documentation at: range/reference/utilities/iterator_range.html)

Thanks,

Mostafa