J-Kory
Results
1
issues of
J-Kory
I've read some source code of Iterator and having this confusion about `Iterator::RegisterCleanup` ``` void Iterator::RegisterCleanup(CleanupFunction func, void* arg1, void* arg2) { assert(func != nullptr); CleanupNode* node; if (cleanup_head_.IsEmpty()) {...