seed -- LWG Issue 3809対応(P3040R0)

1 · cpprefjp · Jan. 23, 2024, 9:33 a.m.
diff --git a/reference/random/subtract_with_carry_engine/seed.md b/reference/random/subtract_with_carry_engine/seed.md index a3ed4efcb..07a5699e5 100644 --- a/reference/random/subtract_with_carry_engine/seed.md +++ b/reference/random/subtract_with_carry_engine/seed.md @@ -7,7 +7,10 @@ ```cpp void seed(result_type value = default_seed); // (1) -template<class Sseq> void seed(Sseq& q); // (2) +void seed(result_type value = 0u); // (1) C++26 + +template<class Sseq> +void seed(Sseq...