Re: [boost] STL extensions

2002-12-11 Thread Herve Bronnimann
Hi Toon: On Tue, Dec 10, 2002 at 01:18:24PM -0500, Toon Knapen wrote: Long time ago I inquired if it would be a good idea to provide STL extensions in boost that are not implemented by all STL's. IIRC David A responded that boost/compatibility was intended for this. There was also some work

Re: [boost] Call for Volunteers [license review]

2002-12-08 Thread Herve Bronnimann
On Tue, Dec 03, 2002 at 08:01:10PM -0500, David Abrahams wrote: This is a formal call for volunteers to fill out a few of the open-source license evaluations at http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost_License I've just read and answered the questions for the

Re: [boost] Suggestion for iterator adaptors

2002-11-19 Thread Herve Bronnimann
On Tue, Nov 19, 2002 at 10:35:00AM -0500, David Abrahams wrote: On Tuesday 19 November 2002 07:11, Herve Bronnimann wrote: Dave, Jeremy: one iterator adaptor I needed often (and once again today) is the projection on the first or second member of a pair. I could make it using

[boost] Suggestion for iterator adaptors

2002-11-18 Thread Herve Bronnimann
/iterator_adaptors.hpp 19 Nov 2002 06:09:09 - @@ -12,6 +12,9 @@ // // Revision History: +// 14 Nov 2002 Herve Bronnimann +// Added select_first_iterator and select_second_iterator, for +// iterating over std::map keys and values (among other uses). // 01 Feb 2002 Jeremy Siek

Re: [boost] iterator_adaptors

2002-11-18 Thread Herve Bronnimann
David, Jeremy, Thomas (and Anthony): On Thu, Nov 14, 2002 at 07:58:19AM -0500, David Abrahams wrote: Anthony Williams [EMAIL PROTECTED] writes: Back in September (or maybe early October) David Abrahams said that he and Jeremy Siek were planning to have a look at creating a new iterator