Skip to content

Commit e5e1c1d

Browse files
committed
Merge commit 1eeda5f: Made result_type public in seed_seq_from for compatibility
1 parent af89154 commit e5e1c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/pcg_extras.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@ class seed_seq_from {
573573
private:
574574
RngType rng_;
575575

576+
public:
576577
typedef uint_least32_t result_type;
577578

578-
public:
579579
template<typename... Args>
580580
seed_seq_from(Args&&... args) :
581581
rng_(std::forward<Args>(args)...)

0 commit comments

Comments
 (0)