Opened 15 years ago

Closed 15 years ago

#1309 closed Patches (fixed)

vc7.1 array workaround

Reported by: Shunsuke Sogame <pstade.mb@…> 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)

iterator.patch (1.6 KB ) - added by Shunsuke Sogame <pstade.mb@…> 15 years ago.
A patch for iterator.hpp

Download all attachments as: .zip

Change History (2)

by Shunsuke Sogame <pstade.mb@…>, 15 years ago

Attachment: iterator.patch added

A patch for iterator.hpp

comment:1 by Thorsten Ottosen, 15 years ago

Resolution: fixed
Status: newclosed

Applied patch for 1.35 trunk. Thanks!

Note: See TracTickets for help on using tickets.