This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: out-of-line and arch-specific random_device
- From: Ulrich Drepper <drepper at gmail dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sun, 9 Sep 2012 13:44:20 -0400
- Subject: Re: out-of-line and arch-specific random_device
- References: <CAOPLpQeKJrrFPjKQgtvo6rt87bGNy0YZhtL2Y=dnVfn8Ug+F0w@mail.gmail.com> <201208301552.q7UFqpOt022434@ignucius.se.axis.com> <CAOPLpQcWZKJL5qPy373q+TiJvNU3rHZfHZAymWQu1CukkM=aEQ@mail.gmail.com> <CAH6eHdTpk93vmMtsKM4iXxmPDODrAmWAhwm7GPKxeMkPdA3U7w@mail.gmail.com>
On Sun, Sep 9, 2012 at 1:36 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> Also, why does random.cc contain a non-member function called
> _M_strotoul,
Copy&paste. Used to be in the class. Should be changed now.