Skip to content

Commit

Permalink
Saving.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 9, 2022
1 parent ec66b46 commit 45e863b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ int main() {
// the result to mydata2 (this is safe only if mydata2.size() <= mydata.size()),
// please refer to the code.
//
std::cout << mydata2.size() << " " << mydata.size()<< std::endl;
size_t intersize = inter(mydata2.data(), mydata2.size(), mydata.data(),
mydata.size(), mydata2.data());
mydata2.resize(intersize);
Expand Down

0 comments on commit 45e863b

Please sign in to comment.