Skip to content

Commit 9021776

Browse files
authored
fixup! Disable copy and move explicite in borrowable_ptr
1 parent d78d648 commit 9021776

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/test/borrowabletest.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,4 @@ TEST_F(BorrowableTest, TwoThreads) {
6666
future2.waitForFinished();
6767
}
6868

69-
TEST_F(BorrowableTest, noCopy) {
70-
int i = 1;
71-
auto borrowable1 = borrowable_ptr(&i);
72-
auto borrowable2 = std::move(borrowable1);
73-
}
74-
7569
} // namespace

0 commit comments

Comments
 (0)