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++/82749] piecewise_linear_distribution::densities() non conformity


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82749

Daniel Krügler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler@googlemail.
                   |                            |com

--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> ---
I agree, that problem still exists in the current trunk as well. For the
record, the original specification was in terms of std::vector<double>, that
was changed with LWG 1439:

http://cplusplus.github.io/LWG/lwg-defects.html#1439

Similar to the change request by that issue, class
piecewise_constant_distribution needs a similar correction.

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