We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66b46 commit 45e863bCopy full SHA for 45e863b
1 file changed
example.cpp
@@ -97,7 +97,6 @@ int main() {
97
// the result to mydata2 (this is safe only if mydata2.size() <= mydata.size()),
98
// please refer to the code.
99
//
100
- std::cout << mydata2.size() << " " << mydata.size()<< std::endl;
101
size_t intersize = inter(mydata2.data(), mydata2.size(), mydata.data(),
102
mydata.size(), mydata2.data());
103
mydata2.resize(intersize);
0 commit comments