Subject: [Boost-bugs] [Boost C++ Libraries] #7222: join() from boost/range/join.hpp does not compile (at least with vc9)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-10 08:45:42
#7222: join() from boost/range/join.hpp does not compile (at least with vc9)
----------------------------------------------+-----------------------------
Reporter: Kolja Nowak <kolja@â¦> | Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost Development Trunk | Severity: Problem
Keywords: |
----------------------------------------------+-----------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7222> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC