mirror of
https://github.com/boostorg/gil.git
synced 2026-02-02 08:52:10 +00:00
* Applies patch from John Femiani submitted via Trac https://svn.boost.org/trac10/ticket/2222 description: It would be convenient if GIL views modeled ReversibleCollection concept. In fact they almost do already. Without modeling this concept, it is hard to use an image view with boost::range algorithms. * Add related image_view concepts for Collection, ForwardCollection, ReversibleCollection. * Add tests for the new concepts. * Add run-time tests for the new image_view methods.