mirror of
https://github.com/boostorg/regex.git
synced 2025-07-25 18:17:27 +02:00
Disable some deffinitions when testing the std::tr1 version.
[SVN r31608]
This commit is contained in:
@ -738,6 +738,7 @@ struct RegexConcept
|
|||||||
RegexConcept& operator=(const RegexConcept&);
|
RegexConcept& operator=(const RegexConcept&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef BOOST_REGEX_TEST_STD
|
||||||
//
|
//
|
||||||
// BoostRegexConcept:
|
// BoostRegexConcept:
|
||||||
// Test every interface in the Boost implementation:
|
// Test every interface in the Boost implementation:
|
||||||
@ -850,6 +851,8 @@ struct BoostRegexConcept
|
|||||||
BoostRegexConcept& operator=(const BoostRegexConcept&);
|
BoostRegexConcept& operator=(const BoostRegexConcept&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // BOOST_REGEX_TEST_STD
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user