Adjust travis

This commit is contained in:
Krystian Stasiowski
2020-02-02 13:36:18 -05:00
parent c378689de2
commit 04d537a056
2 changed files with 8 additions and 8 deletions

View File

@ -622,7 +622,7 @@ is_inside(
if (BOOST_STATIC_STRING_IS_CONST_EVAL)
{
for (; src_first != src_last; ++src_first)
if (src_first == ptr)
if (ptr == src_first)
return true;
return false;
}