Board index » cppbuilder » Re: std::iterator bcb3 versus bcb6
Simon Elliott
![]() CBuilder Developer |
Simon Elliott
![]() CBuilder Developer |
Re: std::iterator bcb3 versus bcb62007-02-13 06:29:45 AM cppbuilder53 On 08/02/2007, Remy Lebeau (TeamB) wrote: QuoteSince you are using forward_iterator_tag, you can derive your iterator forward_iterator. -- Simon Elliott www.ctsn.co.uk |
Simon Elliott
![]() CBuilder Developer |
2007-02-13 06:34:27 AM
Re:Re: std::iterator bcb3 versus bcb6
On 08/02/2007, Chris Uzdavinis (TeamB) wrote:
QuoteThe standard committee only decided to require that the first N size_t> would the defaults have been used and would I have had a valid solution for BCB3 and BCB6? For the moment I've followed Remy Lebeau's suggestion of deriving hte iterator std::forward_iterator. My next task is to try this on g++ ... -- Simon Elliott www.ctsn.co.uk |