Boost C++ Libraries: Ticket #7222: join() from boost/range/join.hpp does not compile (at least with vc9) https://svn.boost.org/trac10/ticket/7222 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7222 Trac 1.4.3 Kolja Nowak <kolja@…> Fri, 10 Aug 2012 08:46:16 GMT attachment set https://svn.boost.org/trac10/ticket/7222 https://svn.boost.org/trac10/ticket/7222 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_50_0_fix_range_join.patch</span> </li> </ul> <p> Fix for boost/range/join.hpp </p> Ticket Nathan Ridge Tue, 18 Dec 2012 10:12:10 GMT <link>https://svn.boost.org/trac10/ticket/7222#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7222#comment:1</guid> <description> <p> Duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6103" title="#6103: Bugs: boost::range_detail vs. boost::range::range_detail compiler error (closed: fixed)">#6103</a> (which was just fixed). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Nathan Ridge</dc:creator> <pubDate>Tue, 18 Dec 2012 10:12:27 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7222#comment:2 https://svn.boost.org/trac10/ticket/7222#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> Ticket