This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of NAD Editorial status.

656. Typo in subtract_with_carry_engine declaration

Section: 28.5.2 [rand.synopsis] Status: NAD Editorial Submitter: Daniel Krügler Opened: 2007-03-08 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [rand.synopsis].

View all issues with NAD Editorial status.

Discussion:

28.5.2 [rand.synopsis] the header <random> synopsis contains an unreasonable closing curly brace inside the subtract_with_carry_engine declaration.

Proposed resolution:

Change the current declaration in 28.5.2 [rand.synopsis]

template <class UIntType, size_t w}, size_t s, size_t r>
class subtract_with_carry_engine;

[ Pete: Recommends editorial. ]