mirror of
https://github.com/boostorg/regex.git
synced 2025-06-25 20:01:37 +02:00
12 lines
209 B
C++
12 lines
209 B
C++
![]() |
|
||
|
module boost.regex;
|
||
|
|
||
|
namespace boost::re_detail_600 {
|
||
|
|
||
|
bool factory_match(perl_matcher<const char*, match_results<const char*>::allocator_type, regex::traits_type>& m)
|
||
|
{
|
||
|
return m.match();
|
||
|
}
|
||
|
|
||
|
}
|