Author: shunsuke Date: To: boost Subject: Re: [boost] [iterator] Proposal to add is_const_iterator trait
Andrey Semashev wrote: > To my mind, transform_iterator is handy when you want to provide a
> view of the container to some algorithm from your (user's) code. It is
> an overkill to use it as a part of a container implementation (library
> code).
You suggested compressed_transform_iterator using EBO? :-)