Opened 10 years ago

Closed 10 years ago

#7222 closed Bugs (duplicate)

join() from boost/range/join.hpp does not compile (at least with vc9)

Reported by: Kolja Nowak <kolja@…> Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

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.

Attachments (1)

boost_1_50_0_fix_range_join.patch (1.5 KB ) - added by Kolja Nowak <kolja@…> 10 years ago.
Fix for boost/range/join.hpp

Download all attachments as: .zip

Change History (3)

by Kolja Nowak <kolja@…>, 10 years ago

Fix for boost/range/join.hpp

comment:1 by Nathan Ridge, 10 years ago

Duplicate of #6103 (which was just fixed).

comment:2 by Nathan Ridge, 10 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.