summaryrefslogtreecommitdiffhomepage
path: root/test/intrusive-ptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/intrusive-ptr.cpp')
-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{};