mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 01:34:57 +00:00
wip
This commit is contained in:
@ -83,6 +83,8 @@ int main() {
|
||||
if (ids2.contains(id)) throw herr("redundant set");
|
||||
ids2.insert(id);
|
||||
}
|
||||
std::cerr << "HAVE " << (have.size() * idSize) << " bytes "
|
||||
<< "NEED " << (need.size() * idSize) << " bytes " << std::endl;
|
||||
}
|
||||
|
||||
if (q.size()) {
|
||||
|
Reference in New Issue
Block a user