Talk:cpp/types
From cppreference.com
< Talk:cpp
[edit] <cstdint>?
Should this page have the `<cstdint>` things (embedded)? I always have trouble finding those. And always try to find it here first and fail. Same for the corresponding C page and `<stdint.h>`. BTW I am asking and not doing because 1.) last time I changed something here was over a decade ago, and that was text. This is inclusion, and I don't have the PhD for that. ;) 2.) I would consider it rude to just make an "architectural change" without asking.
wwolf aka Attila 15:31, 27 January 2021 (PST)
- they are here though, the big heading link "Fixed width integer types" goes to cpp/types/integer, the cstdint page. Perhaps it could use a few recognizable examples right under the heading (and then "Fundamental types..." would need the same treatment) --Cubbi (talk) 18:57, 27 January 2021 (PST)
[edit] Type traits
Where are they? The parent page says they're here, why were they removed? --Ybab321 (talk) 03:21, 9 April 2024 (PDT)
- Ain't they in metaprogramming and type traits page?
- BTW, another story - it's about "indices" vs "indexes" - http://eel.is/c++draft/utilities#tab:utilities.summary uses "indexes" form inside the table:
... | ||
[type.index] | Type indexes | <typeindex> |
... |
- --Space Mission (talk) 09:06, 9 April 2024 (PDT)