Files
regex/module/regex_cfind.cpp
2024-12-18 19:14:23 +00:00

12 lines
207 B
C++

module boost.regex;
namespace boost::re_detail_600 {
bool factory_find(perl_matcher<const char*, match_results<const char*>::allocator_type, regex::traits_type>& m)
{
return m.find();
}
}