Opened 15 years ago
Closed 15 years ago
#1309 closed Patches (fixed)
vc7.1 array workaround
| Reported by: | Owned by: | Thorsten Ottosen | |
|---|---|---|---|
| Milestone: | Boost 1.35.0 | Component: | range | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | Cc: | 
Description
A patch for a vc7.1 bug:
If you pass an array to boost::begin,
a form range_iterator<const T> in
template< class T > inline BOOST_DEDUCED_TYPENAME range_iterator<const T>::type begin( const T& r );
knocks down the partial specialization system of msvc-7.1.
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | iterator.patch added | 
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Applied patch for 1.35 trunk. Thanks!
  Note:
 See   TracTickets
 for help on using tickets.
    

A patch for iterator.hpp