Title
How many signed integer types are there?
Status
open
Section
6.8.2 [basic.fundamental]
Submitter
Beman Dawes

Created on 2000-10-18.00:00:00 last changed 87 months ago

Messages

Date: 2016-06-15.00:00:00

Notes from the June, 2016 meeting:

See issue 2185.

Date: 2004-09-10.00:00:00

6.8.2 [basic.fundamental] paragraph 2 says that

There are four signed integer types: "signed char", "short int", "int", and "long int."

This would indicate that const int is not a signed integer type.

History
Date User Action Args
2017-02-06 00:00:00adminsetmessages: + msg5768
2000-10-18 00:00:00admincreate