Title
missing static const
Status
cd1
Section
[rand.adapt.ibits][tr.rand]
Submitter
Walter E. Brown

Created on 2006-11-02.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add the above declaration as the first line after the comment in [rand.adapt.ibits] p4:

// engine characteristics
static const size_t word_size = w;

and accept my apologies for the oversight.

Date: 2006-11-02.00:00:00

In preparing N2111, an error on my part resulted in the omission of the following line from the template synopsis in the cited section:

static const size_t word_size = w;

(This same constant is found, for example, in 26.4.3.3 [rand.eng.sub].)

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3206
2006-11-02 00:00:00admincreate