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
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
2 matches
Mail list logo