Skip to content

Commit 9c946a7

Browse files
jsingletjbj
andauthored
Update cpp/change-notes/2021-06-10-std-types.md
Co-authored-by: Jonas Jensen <[email protected]>
1 parent cd61fb4 commit 9c946a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
lgtm,codescanning
22
* Added definitions for types found in `cstdint`. Added types `FixedWidthIntegralType`, `MinimumWidthIntegralType`, `FastestMinimumWidthIntegralType`, and `MaximumWidthIntegralType` to describe types such as `int8_t`, `int_least8_t`, `int_fast8_t`, and `intmax_t` respectively.
33
* Changed definition of `Intmax_t` and `Uintmax_t` to be part of the new type structure.
4-
* Added a type `FixedWidthEnumType` which describes enums based on afixed-width integer type. For instance, `enum e: uint8_t = { a, b };`.
4+
* Added a type `FixedWidthEnumType` which describes enums based on a fixed-width integer type. For instance, `enum e: uint8_t = { a, b };`.

0 commit comments

Comments
 (0)