
9 Feb
2023
9 Feb
'23
8:14 p.m.
On 08/02/2023 19:46, Vinnie Falco via Boost wrote:
On Wed, Feb 8, 2023 at 9:48 AM Peter Dimov via Boost <boost@lists.boost.org> wrote:
Yes it do !
10 or 14 bytes depending on architecture:
For 64 bits machines some string implementations (like boost::container::string) can give you 23 bytes (22 character plus '\0'. In 32 bit mode it should be roughly 10 characters plus '\0'. I don't know if that can make any difference, though. Ion