[Bug libstdc++/55047] New: operator() in std::exponential_distribution may call log(0)

2012-10-23 Thread hyounes at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55047 Bug #: 55047 Summary: operator() in std::exponential_distribution may call log(0) Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRM

[Bug c++/51714] New: internal compiler error: Segmentation fault with -std=c++11

2011-12-30 Thread hyounes at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51714 Bug #: 51714 Summary: internal compiler error: Segmentation fault with -std=c++11 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug libstdc++/44436] [C++0x] Implement emplace* in associative and unordered containers

2011-06-09 Thread hyounes at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436 --- Comment #26 from Haakan Younes 2011-06-09 13:03:19 UTC --- (In reply to comment #18) > (In reply to comment #15) > > Is it really so hard to code emplace methods? Can we somehow help? > > It's not so hard, but we have limited resources and o

[Bug libstdc++/44872] New: [C++0x] Cannot use move constructible class as value for std::map

2010-07-08 Thread hyounes at google dot com
::_Rb_tree_node(_Args&& ...) [with _Args = const std::pair&, _Val = std::pair]’: /usr/include/c++/4.4/bits/stl_tree.h:136: note: synthesized method ‘std::pair::pair(const std::pair&)’ first required here ---------------- --