This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/55169] std::discrete_distribution::operator(generator&) makes unnecessary copy of parameter vector


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55169

--- Comment #2 from Chris Nell <chri.snell at gmail dot com> 2012-11-01 19:48:43 UTC ---
After a bit more poking, it appears that param() returns a copy (not a const
reference) for all distributions, not just discrete_distribution.  As such, it
might we worth looking into whether other implementations of
operator(generator&) suffer from the same bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]