More constexpr for find_meow, more constexpr tests

This commit is contained in:
Krystian Stasiowski
2020-01-03 16:59:34 -05:00
parent a67bc09a3e
commit 18e6af9cee
4 changed files with 154 additions and 22 deletions

View File

@ -1996,7 +1996,7 @@ public:
template<std::size_t M>
BOOST_STATIC_STRING_CPP14_CONSTEXPR
size_type
find(
find(
const basic_static_string<M, CharT, Traits>& str,
size_type pos = 0) const noexcept
{