mirror of
https://github.com/boostorg/regex.git
synced 2025-07-24 01:27:36 +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&);
|
||||
};
|
||||
|
||||
#ifndef BOOST_REGEX_TEST_STD
|
||||
//
|
||||
// BoostRegexConcept:
|
||||
// Test every interface in the Boost implementation:
|
||||
@ -850,6 +851,8 @@ struct BoostRegexConcept
|
||||
BoostRegexConcept& operator=(const BoostRegexConcept&);
|
||||
};
|
||||
|
||||
#endif // BOOST_REGEX_TEST_STD
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user