mirror of
https://github.com/boostorg/regex.git
synced 2025-12-17 10:58:49 +01:00
12 lines
214 B
C++
12 lines
214 B
C++
|
|
|
||
|
|
module boost.regex;
|
||
|
|
|
||
|
|
namespace boost::re_detail_600 {
|
||
|
|
|
||
|
|
bool factory_find(perl_matcher<const wchar_t*, match_results<const wchar_t*>::allocator_type, wregex::traits_type>& m)
|
||
|
|
{
|
||
|
|
return m.find();
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|