File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ This modernized fork of `pcg-cpp` by **Total-Random** integrates several critica
1515- ** Description:** Enables ` __declspec(empty_bases) ` on MSVC to optimize the memory footprint of RNG objects.
1616
1717### 3. Public ` result_type ` in ` seed_seq_from `
18- - ** Origin:** [ imneme/pcg-cpp commit 1eeda5f ] ( https://github.com/imneme/pcg-cpp/commit/1eeda5f893d9595a855cdfa5d53dbbdd08c091b7 )
19- - ** Author:** [ oneill ] ( https://github.com/imneme ) (Melissa O'Neill )
18+ - ** Origin:** [ imneme/pcg-cpp PR # 83 ] ( https://github.com/imneme/pcg-cpp/pull/83 )
19+ - ** Author:** [ timo-eichhorn ] ( https://github.com/timo-eichhorn )
2020- ** Description:** Makes ` result_type ` public to comply with the C++ ` SeedSequence ` concept.
2121
2222### 4. GCC Warning Fixes
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ class seed_seq_from {
579579 RngType rng_;
580580
581581public:
582- // This fix is from imneme/pcg-cpp commit 1eeda5f
582+ // This fix is from imneme/pcg-cpp PR #83
583583 typedef uint_least32_t result_type;
584584
585585 template <typename ... Args>
You can’t perform that action at this time.
0 commit comments