What are the differences between writing std::uint32_t
or just uint32_t
? Has the namespace std
been introduced here to solve some issues, or is it just a matter of taste? In which problem could I incur if I omit it?
Asked
Active
Viewed 72 times
2

nyarlathotep108
- 5,275
- 2
- 26
- 64
-
1@NathanOliver related, but that is not my question at all – nyarlathotep108 Jan 20 '20 at 14:54
-
2@nyarlathotep108 Which part of your question is not answered by the linked question? – François Andrieux Jan 20 '20 at 14:59
-
Possible duplicate: https://stackoverflow.com/questions/14883896/why-is-stduint32-t-different-from-uint32-t – pptaszni Jan 20 '20 at 15:02