Opened 10 years ago
Closed 10 years ago
#7710 closed Bugs (duplicate)
range\join.hpp compile error
| Reported by: | 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)
Change History (2)
by , 10 years ago
| Attachment: | join.hpp.patch added | 
|---|
comment:1 by , 10 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
Duplicate of #6103 (which was just fixed).
  Note:
 See   TracTickets
 for help on using tickets.
    

patch