2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-15 13:22:18 +00:00

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