id summary reporter owner description type status milestone component version severity resolution keywords cc 7222 join() from boost/range/join.hpp does not compile (at least with vc9) Kolja Nowak Neil Groves Some stuff in boost/range/join.hpp was moved from namespace boost into boost::range. I don't remember namespace search rules exactly, but at least with my compiler (vc9) some references to namespace range_detail are now broken. It works again when I change these into ::boost::range_detail. See the attached patch file. Bugs closed To Be Determined range Boost Development Trunk Problem duplicate