id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12546,Using lambda in transformed or filtered adaptors result in non assignable iterator,Jean-Philippe DUFRAIGNE ,Neil Groves,"Hi, boost::range::adaptor is a great fit for lambda, but since they have their assignment operator (as well as default constructor) deleted, transform iterator and filter iterator cannot be re-assigned which can make it more difficult to work with. transformed and filtered adaptors booth work around the non default constructible, would it make sense to handle the non assignable case as well? This pull request describe the problem through test, and a potential fix. https://github.com/boostorg/range/pull/46 Kind regards, Jean-Philippe.",Bugs,new,To Be Determined,range,Boost 1.61.0,Problem,,,