Processed: Re: Bug#362840: fails to compare reverse map iterators

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 362840 [fixed in 4.1] fails to compare reverse map iterators Bug#362840: fails to compare reverse map iterators Changed Bug title. > tags 362840 + upstream Bug#362840: [fixed in 4.1] fails to compare reverse map iterators There were n

Bug#362840: fails to compare reverse map iterators

2006-04-15 Thread Wichert Akkerman
Package: g++-4.0 Version: 4.0.3-1 Severity: normal The code below is correct but does not compile with g++ 4.0: #include typedef std::map answers_type; answers_typeanswers; void func() { for (answers_type::const_reverse_iterator ai=answers.rbegin(); ai