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: | 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)
Change History (3)
by , 10 years ago
| Attachment: | boost_1_50_0_fix_range_join.patch added |
|---|
comment:2 by , 10 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fix for boost/range/join.hpp