id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2348,const qualified return value in iterator_facade,brian.tyler@…,jeffrey.hellrung,"This is a very minor thing: The line: {{{ boost::indirect_iterator it; }}} creating a iterator for constant iteration through a container of constant pointers creates a warning ""boost/iterator/iterator_facade.hpp:653: warning: type qualifiers ignored on function return type"" obviously this is not the way to fix it, but changing this line to typename remove_const::type>::type solves the problem. ",Bugs,new,Boost 1.37.0,iterator,Boost 1.36.0,Cosmetic,,,