From 1c2ff0ab50a9c5dc5409e97d70cc7dca3ce8b181 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 9 Nov 2005 17:30:43 +0000 Subject: [PATCH] Disable some deffinitions when testing the std::tr1 version. [SVN r31608] --- include/boost/regex/concepts.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/regex/concepts.hpp b/include/boost/regex/concepts.hpp index 5b00ec78..864bed24 100644 --- a/include/boost/regex/concepts.hpp +++ b/include/boost/regex/concepts.hpp @@ -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