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 10:19:27 UTC

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. ]