Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2005-03-09 15:05:15


Patches item #1160158, was opened at 2005-03-09 20:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1160158&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Amir Taaki (genjix)
Assigned to: Nobody/Anonymous (nobody)
Summary: Perl style foreach iterating

Initial Comment:
somewhere in boost, there should be a perl style foreach iterator,
like so
#define ITERATOR(obj) typeof(obj.begin())
#define foreach(v,i) for(ITERATOR(v) i = v.begin() ; i !=
v.end() ; i++)
  
genjix at gmail.com

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1160158&group_id=7586

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk