forked from boostorg/regex
Suppress external templates with Mingw32 - it seems to cause issues with dll's.
Fix match_results.swap. Add missing namespace qualifiers to ICU code: fixes #3631. [SVN r57739]
This commit is contained in:
@ -348,6 +348,8 @@ public:
|
||||
{
|
||||
std::swap(m_subs, that.m_subs);
|
||||
std::swap(m_base, that.m_base);
|
||||
std::swap(m_named_subs, that.m_named_subs);
|
||||
std::swap(m_last_closed_paren, that.m_last_closed_paren);
|
||||
}
|
||||
bool operator==(const match_results& that)const
|
||||
{
|
||||
|
Reference in New Issue
Block a user