$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-01-06 17:17:01
>
> libc++âs SSO string holds 22 chars on a 64 bit platforms.
A summary of SBO sizes: https://godbolt.org/z/5EchKdacK
gcc/clang with stdlibc++: 15
MSVC: 15
clang with -std=libc++: 23
Regards,
Ruben.