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
Constructing a doctest::String from a StringView requires copying the result into a temp buffer first, before copying into a doctest::String. std::string, for example, has a constructor which takes a char const * and size_t.
The text was updated successfully, but these errors were encountered:
Constructing a
doctest::String
from a StringView requires copying the result into a temp buffer first, before copying into adoctest::String
.std::string
, for example, has a constructor which takes achar const *
andsize_t
.The text was updated successfully, but these errors were encountered: