Title
numeric_limits<int>::radix and digits
Status
nad
Section
17.3.5.2 [numeric.limits.members]
Submitter
Tony Van Eerd

Created on 2015-11-02.00:00:00 last changed 74 months ago

Messages

Date: 2016-11-15.00:00:00

Rationale (November, 2016):

CWG felt that the current specification is sufficiently clear and there was no consensus for a change.

Date: 2022-11-20.07:54:16

Is numeric_limits<int>::radix required to be 2? 17.3.5.2 [numeric.limits.members] paragraph 23 specifies:

static constexpr int radix;
For integer types, specifies the base of the representation.
History
Date User Action Args
2018-02-27 00:00:00adminsetmessages: + msg6023
2018-02-27 00:00:00adminsetstatus: open -> nad
2015-11-02 00:00:00admincreate