We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost::sub_match has undocumented public non-explicit constructor.
regex/include/boost/regex/v4/sub_match.hpp
Line 51 in d961318
So sub_match can convert from BidiIterator.
boost::csub_match m = "abc";
Is this expected conversion?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
boost::sub_match has undocumented public non-explicit constructor.
regex/include/boost/regex/v4/sub_match.hpp
Line 51 in d961318
So sub_match can convert from BidiIterator.
Is this expected conversion?
The text was updated successfully, but these errors were encountered: