Skip to content

Commit

Permalink
Another cstring_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Jun 4, 2022
1 parent f2a0367 commit fb48747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/process/v2/cstring_ref.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct basic_cstring_ref
traits_type::to_int_type(x[idx]); // will compare to null char of either.
}

BOOST_CONSTEXPR bool starts_with(string_view_type x) const BOOST_NOEXCEPT
BOOST_CXX14_CONSTEXPR bool starts_with(string_view_type x) const BOOST_NOEXCEPT
{
if (x.empty())
return true;
Expand Down

0 comments on commit fb48747

Please sign in to comment.