Opened 10 years ago
Closed 10 years ago
#7121 closed Bugs (fixed)
result_type is private in boost::random::shuffle_output
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This was introduced during a rewrite in 1.47.0. Seems also that the constructors are not explicit now?
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | shuffle_output.hpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [80990]) Make result_type public and constructors explicit on shuffle_output. Fixes #7121.