Vetting the cargo
Vetting the cargo
Posted Jun 13, 2022 12:42 UTC (Mon) by int19h (guest, #159020)In reply to: Vetting the cargo by tialaramex
Parent article: Vetting the cargo
Posted Jun 14, 2022 1:28 UTC (Tue)
by tialaramex (subscriber, #21167)
[Link] (2 responses)
Also, while many modern languages will just cut to the chase, UTF-8 or GTFO, in C++ 20 strings are just containers for arbitrary sequences of values in some implementation defined encoding, so the standard can't say exactly how wide anything is, and although real world implementations probably do what you expect you're assured of nothing for this "width" specification, that's entirely implementation defined. Good luck.
Posted Jun 14, 2022 2:44 UTC (Tue)
by Cyberax (✭ supporter ✭, #52523)
[Link]
I remember that there was a bug filed against the C++ spec because strings were not working when parametrized by doubles due to alignment issues on 32-bit CPUs.
Posted Jun 14, 2022 17:12 UTC (Tue)
by madscientist (subscriber, #16861)
[Link]
Pedantry
Pedantry
Pedantry