|
1956 | 1956 | #define __STDC_VERSION_STDINT_H__ 202311L |
1957 | 1957 |
|
1958 | 1958 | namespace std { |
1959 | | - using int8_t = @\textit{signed integer type}@; // optional |
1960 | | - using int16_t = @\textit{signed integer type}@; // optional |
1961 | | - using int32_t = @\textit{signed integer type}@; // optional |
1962 | | - using int64_t = @\textit{signed integer type}@; // optional |
| 1959 | + using int8_t = @\UNSPnc{signed integer type}@; // optional |
| 1960 | + using int16_t = @\UNSPnc{signed integer type}@; // optional |
| 1961 | + using int32_t = @\UNSPnc{signed integer type}@; // optional |
| 1962 | + using int64_t = @\UNSPnc{signed integer type}@; // optional |
1963 | 1963 | using int@\placeholdernc{N}@_t = @\seebelow@; // optional |
1964 | 1964 |
|
1965 | | - using int_fast8_t = @\textit{signed integer type}@; |
1966 | | - using int_fast16_t = @\textit{signed integer type}@; |
1967 | | - using int_fast32_t = @\textit{signed integer type}@; |
1968 | | - using int_fast64_t = @\textit{signed integer type}@; |
| 1965 | + using int_fast8_t = @\UNSPnc{signed integer type}@; |
| 1966 | + using int_fast16_t = @\UNSPnc{signed integer type}@; |
| 1967 | + using int_fast32_t = @\UNSPnc{signed integer type}@; |
| 1968 | + using int_fast64_t = @\UNSPnc{signed integer type}@; |
1969 | 1969 | using int_fast@\placeholdernc{N}@_t = @\seebelow@; // optional |
1970 | 1970 |
|
1971 | | - using int_least8_t = @\textit{signed integer type}@; |
1972 | | - using int_least16_t = @\textit{signed integer type}@; |
1973 | | - using int_least32_t = @\textit{signed integer type}@; |
1974 | | - using int_least64_t = @\textit{signed integer type}@; |
| 1971 | + using int_least8_t = @\UNSPnc{signed integer type}@; |
| 1972 | + using int_least16_t = @\UNSPnc{signed integer type}@; |
| 1973 | + using int_least32_t = @\UNSPnc{signed integer type}@; |
| 1974 | + using int_least64_t = @\UNSPnc{signed integer type}@; |
1975 | 1975 | using int_least@\placeholdernc{N}@_t = @\seebelow@; // optional |
1976 | 1976 |
|
1977 | | - using intmax_t = @\textit{signed integer type}@; |
1978 | | - using intptr_t = @\textit{signed integer type}@; // optional |
| 1977 | + using intmax_t = @\UNSPnc{signed integer type}@; |
| 1978 | + using intptr_t = @\UNSPnc{signed integer type}@; // optional |
1979 | 1979 |
|
1980 | | - using uint8_t = @\textit{unsigned integer type}@; // optional |
1981 | | - using uint16_t = @\textit{unsigned integer type}@; // optional |
1982 | | - using uint32_t = @\textit{unsigned integer type}@; // optional |
1983 | | - using uint64_t = @\textit{unsigned integer type}@; // optional |
| 1980 | + using uint8_t = @\UNSPnc{unsigned integer type}@; // optional |
| 1981 | + using uint16_t = @\UNSPnc{unsigned integer type}@; // optional |
| 1982 | + using uint32_t = @\UNSPnc{unsigned integer type}@; // optional |
| 1983 | + using uint64_t = @\UNSPnc{unsigned integer type}@; // optional |
1984 | 1984 | using uint@\placeholdernc{N}@_t = @\seebelow@; // optional |
1985 | 1985 |
|
1986 | | - using uint_fast8_t = @\textit{unsigned integer type}@; |
1987 | | - using uint_fast16_t = @\textit{unsigned integer type}@; |
1988 | | - using uint_fast32_t = @\textit{unsigned integer type}@; |
1989 | | - using uint_fast64_t = @\textit{unsigned integer type}@; |
| 1986 | + using uint_fast8_t = @\UNSPnc{unsigned integer type}@; |
| 1987 | + using uint_fast16_t = @\UNSPnc{unsigned integer type}@; |
| 1988 | + using uint_fast32_t = @\UNSPnc{unsigned integer type}@; |
| 1989 | + using uint_fast64_t = @\UNSPnc{unsigned integer type}@; |
1990 | 1990 | using uint_fast@\placeholdernc{N}@_t = @\seebelow@; // optional |
1991 | 1991 |
|
1992 | | - using uint_least8_t = @\textit{unsigned integer type}@; |
1993 | | - using uint_least16_t = @\textit{unsigned integer type}@; |
1994 | | - using uint_least32_t = @\textit{unsigned integer type}@; |
1995 | | - using uint_least64_t = @\textit{unsigned integer type}@; |
| 1992 | + using uint_least8_t = @\UNSPnc{unsigned integer type}@; |
| 1993 | + using uint_least16_t = @\UNSPnc{unsigned integer type}@; |
| 1994 | + using uint_least32_t = @\UNSPnc{unsigned integer type}@; |
| 1995 | + using uint_least64_t = @\UNSPnc{unsigned integer type}@; |
1996 | 1996 | using uint_least@\placeholdernc{N}@_t = @\seebelow@; // optional |
1997 | 1997 |
|
1998 | | - using uintmax_t = @\textit{unsigned integer type}@; |
1999 | | - using uintptr_t = @\textit{unsigned integer type}@; // optional |
| 1998 | + using uintmax_t = @\UNSPnc{unsigned integer type}@; |
| 1999 | + using uintptr_t = @\UNSPnc{unsigned integer type}@; // optional |
2000 | 2000 | } |
2001 | 2001 |
|
2002 | 2002 | #define INT@\placeholdernc{N}@_MIN @\seebelow@ |
|
0 commit comments