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++/58302] compilation error : std::negative_binomial_distribution::operator(e, p)


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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Tue Sep  3 10:12:19 2013
New Revision: 202208

URL: http://gcc.gnu.org/viewcvs?rev=202208&root=gcc&view=rev
Log:
2013-09-03  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/58302
    * include/bits/random.tcc (negative_binomial_distribution<>::
    operator()(_UniformRandomNumberGenerator&, const param_type&):
    Fix typo in template argument.
    * testsuite/26_numerics/random/negative_binomial_distribution/
    operators/58302.cc: New.

Added:
   
trunk/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/random.tcc


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