Title
seed_seq::size() should be noexcept
Status
c++17
Section
[rand.util.seedseq]
Submitter
Stephan T. Lavavej

Created on 2014-10-01.00:00:00 last changed 81 months ago

Messages

Date: 2014-11-08.16:43:57

Proposed resolution:

This wording is relative to N3936.

  1. Change [rand.util.seedseq], class seed_seq synopsis, as depicted:

    class seed_seq
    {
    public:
      […]
      size_t size() const noexcept;
      […]
    };
    
  2. Change [rand.util.seedseq] around p10, as depicted:

    size_t size() const noexcept;
    

    -10- Returns: The number of 32-bit units that would be returned by a call to param().

    -11- Throws: Nothing.

    -12- Complexity: Constant time.

Date: 2014-11-08.16:43:57

[ Urbana 2014-11-07: Move to Ready ]

Date: 2014-10-01.00:00:00

Obvious.

History
Date User Action Args
2017-07-30 20:15:43adminsetstatus: wp -> c++17
2015-05-22 18:31:21adminsetstatus: ready -> wp
2014-11-08 16:43:57adminsetmessages: + msg7184
2014-11-08 16:43:57adminsetstatus: new -> ready
2014-10-08 19:19:44adminsetmessages: + msg7139
2014-10-01 00:00:00admincreate