Disable some deffinitions when testing the std::tr1 version.

[SVN r31608]
This commit is contained in:
John Maddock
2005-11-09 17:30:43 +00:00
parent a0e41a0fd1
commit 1c2ff0ab50

View File

@ -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