[Bug libstdc++/44068] std::map deals with keys of objects that were not constructed

2010-05-10 Thread devinull dot v42 at gmail dot com
--- Comment #4 from devinull dot v42 at gmail dot com 2010-05-10 22:57 --- (In reply to comment #2) > Your operator< is not valid. It must be a strict-weak ordering. > > In particular, it must not be possible that A < B and B < A, but in your code > this is p

[Bug libstdc++/44068] New: std::map deals with keys of objects that were not constructed

2010-05-10 Thread devinull dot v42 at gmail dot com
ary: std::map deals with keys of objects that were not constructed Product: gcc Version: 4.4.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot