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
/// \brief Size it takes to store the null '\0' char/// Of course we could just write 1 in the code, but this gives us/// better semanticsstaticconstexpr size_type null_char_size = '\0';
null_char_size
has wrong size.Is
Should be
The text was updated successfully, but these errors were encountered: