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.