https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011
Matthias Kretz changed:
What|Removed |Added
CC||kretz at kde dot org
--- Comment #3 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011
--- Comment #2 from Jonathan Wakely ---
Although if you're still seeing a problem with std::exponential_distribution
then I guess it's not the same bug.
(Please ignore tr1/random.h unless you're actually using
std::tr1::exponential_distribution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67011
--- Comment #1 from Jonathan Wakely ---
One is for std::exponential_distribution and one is for
std::tr1:exponential_distribution. The former is already fixed and the latter
is moribund and we don't really care about it any more.