diff --git a/tests/SelfTest/UsageTests/Matchers.tests.cpp b/tests/SelfTest/UsageTests/Matchers.tests.cpp index 93543434..cf6f3ce7 100644 --- a/tests/SelfTest/UsageTests/Matchers.tests.cpp +++ b/tests/SelfTest/UsageTests/Matchers.tests.cpp @@ -245,12 +245,8 @@ namespace { namespace MatchersTests { ~CustomAllocator() = default; - using std::allocator::address; using std::allocator::allocate; - using std::allocator::construct; using std::allocator::deallocate; - using std::allocator::max_size; - using std::allocator::destroy; }; TEST_CASE("Vector matchers", "[matchers][vector]") {