[Bug c++/68409] Garbage added to a map instead of object

2015-11-20 Thread f3rn4nd0.c354r+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409 --- Comment #5 from f3rn4nd0.c354r --- You are both clearly right. Sorry to waist your time.

[Bug c++/68409] Garbage added to a map instead of object

2015-11-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409 --- Comment #4 from Jonathan Wakely --- (In reply to Adrian Wielgosik from comment #2) > Your operator< doesn't seem to satisfy strict weak ordering. Once I rewrote > it to a basic but safer version: > > bool operator< (const chave& lhs, const c

[Bug c++/68409] Garbage added to a map instead of object

2015-11-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/68409] Garbage added to a map instead of object

2015-11-20 Thread adrian.wielgosik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409 Adrian Wielgosik changed: What|Removed |Added CC||adrian.wielgosik at gmail dot com --

[Bug c++/68409] Garbage added to a map instead of object

2015-11-19 Thread f3rn4nd0.c354r+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68409 --- Comment #1 from f3rn4nd0.c354r --- I forget to specify the compilation options used: -std=c++11 -Wall -Wextra -save-temps