mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Remove superfluous usings in the Contains matcher
This commit is contained in:
parent
8d6a1c27ef
commit
02839ba934
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user