This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


251. How many signed integer types are there?

Section: 6.8.2  [basic.fundamental]     Status: open     Submitter: Beman Dawes     Date: 18 Oct 2000

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.

Notes from the June, 2016 meeting:

See issue 2185.