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
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
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
::_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
----------------
--