[Bug c++/80839] Memory leak in _Rb_tree

2017-05-20 Thread mail at kitsu dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80839 mail at kitsu dot me changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/80839] New: Memory leak in _Rb_tree

2017-05-20 Thread mail at kitsu dot me
: unassigned at gcc dot gnu.org Reporter: mail at kitsu dot me Target Milestone: --- Greetings! I want to use static const std::map with aggregate initialization. The simpler example of my case is: #include int main() { static const std::map<int, int> a {{1,2}}; re