apache / tsfile

Apache TsFile
https://tsfile.apache.org/
Apache License 2.0
105 stars 50 forks source link

[CPP] Fix SimpleListNode::remove #116

Closed 761417898 closed 5 months ago

761417898 commented 5 months ago

The "remove" method misses updating the value of "size_", and incorrectly returns "common::E_NOT_EXIST" after finding the element.