Re: [Boost-bugs] [Boost C++ Libraries] #1295: for each in VC8+

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1295: for each in VC8+
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-10-03 11:10:28


#1295: for each in VC8+
-------------------------------+--------------------------------------------
  Reporter: NN | Owner: eric_niebler
      Type: Feature Requests | Status: closed
 Milestone: To Be Determined | Component: foreach
   Version: Boost 1.34.1 | Severity: Optimization
Resolution: wontfix | Keywords:
-------------------------------+--------------------------------------------
Changes (by eric_niebler):

  * status: new => closed
  * resolution: => wontfix

Comment:

 Can't be done. MSVC 'for each' can't operate on native array types,
 iterator ranges or C strings nor is extensible via Boost.Range
 customization points. 'for each' also cannot iterate over an STL container
 using a non-const reference iteration variable.

 Nobody has complained about compile times with BOOST_FOREACH.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1295#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC