increment iterator

pull/15/head
Jeff Becker 6 years ago
parent 9f9f9d9bb1
commit c900e9d004
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -366,6 +366,7 @@ namespace llarp
{ {
inserted |= tags.insert(itr->first).second; inserted |= tags.insert(itr->first).second;
} }
++itr;
} }
return inserted; return inserted;
} }

Loading…
Cancel
Save