summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-28 18:29:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-28 20:13:32 +0100
commit78a3eec9be053a1f82cf2e6235bbaa4deb4a1335 (patch)
tree4539ba47695bc7b5fd974e2508067cb2fd168636 /test
parent75508e3c03f659080df7db2211fb5a80cc1afeee (diff)
switch to using unqualified calls to {move,forward,swap}
Diffstat (limited to 'test')
-rw-r--r--test/intrusive-ptr.cpp2
1 files changed, 0 insertions, 2 deletions
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<Test1>;
- using Utility::move;
fm_assert_free();
s = {};
@@ -142,7 +141,6 @@ void test_move()
constexpr bool test_cexpr() // todo
{
using myptr = local_iptr<Test2>;
- using Utility::move;
// construct
auto foo1 = myptr{};