Opened 9 years ago
#9557 new Feature Requests
BOOST_FOREACH with iterators?
Reported by: | Robert Ramey | Owned by: | Eric Niebler |
---|---|---|---|
Milestone: | To Be Determined | Component: | foreach |
Version: | Boost 1.55.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
I love BOOST_FOREACH and use it all the time.
The normal signature is
BOOST_FOREACH( T & t, Collection<T>){...}
Would it be possible to also permit
BOOST_FOREACH( T *, Collection<T>){..>}
This would make it even more useful to me.
Robert Ramey
Note:
See TracTickets
for help on using tickets.