From 78a3eec9be053a1f82cf2e6235bbaa4deb4a1335 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Feb 2024 18:29:02 +0100 Subject: switch to using unqualified calls to {move,forward,swap} --- test/intrusive-ptr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/intrusive-ptr.cpp b/test/intrusive-ptr.cpp index c37d5b2b..aa221026 100644 --- a/test/intrusive-ptr.cpp +++ b/test/intrusive-ptr.cpp @@ -116,7 +116,6 @@ void test_copy() void test_move() { using myptr = local_iptr; - using Utility::move; fm_assert_free(); s = {}; @@ -142,7 +141,6 @@ void test_move() constexpr bool test_cexpr() // todo { using myptr = local_iptr; - using Utility::move; // construct auto foo1 = myptr{}; -- cgit v1.2.3