You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we were using std::aligned_storage_t, which was deprecated
in C++23, so let's use the equivalent alignas specifier and use an
anonymous struct for reserving the internal capacity.
Fixes#66
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
0 commit comments