Skip to content

Commit 45e863b

Browse files
committed
Saving.
1 parent ec66b46 commit 45e863b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ int main() {
9797
// the result to mydata2 (this is safe only if mydata2.size() <= mydata.size()),
9898
// please refer to the code.
9999
//
100-
std::cout << mydata2.size() << " " << mydata.size()<< std::endl;
101100
size_t intersize = inter(mydata2.data(), mydata2.size(), mydata.data(),
102101
mydata.size(), mydata2.data());
103102
mydata2.resize(intersize);

0 commit comments

Comments
 (0)