Opened 10 years ago

Closed 10 years ago

#7710 closed Bugs (duplicate)

range\join.hpp compile error

Reported by: shirshov evgeny <381677383@…> Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

if the pattern function "boost::range::join" is determined:

compile error!! VC10

#include <string>
#include <boost/range/join.hpp>
void main()
{
   boost::range::join(std::string(),std::string());
}

Attachments (1)

join.hpp.patch (1.7 KB ) - added by shirshov evgeny <381677383@…> 10 years ago.
patch

Download all attachments as: .zip

Change History (2)

by shirshov evgeny <381677383@…>, 10 years ago

Attachment: join.hpp.patch added

patch

comment:1 by Nathan Ridge, 10 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #6103 (which was just fixed).

Note: See TracTickets for help on using tickets.