Remove superfluous usings in the Contains matcher

This commit is contained in:
Martin Hořeňovský 2021-05-30 14:14:51 +02:00
parent 8d6a1c27ef
commit 02839ba934
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ namespace Catch {
template <typename RangeLike>
bool match(RangeLike&& rng) const {
using std::begin; using std::endl;
for (auto&& elem : rng) {
if (m_matcher.match(elem)) {
return true;