Closed Ziy1-Tan closed 11 months ago
Issue Number: https://github.com/opencurve/curve/issues/2916
Problem Summary:
What's Changed:
Add anonymous namespace wraps class HashIterator.
HashIterator
How it Works: Classes with the same name (HashItertor) in the same namespace may lead to undefined behavior.
HashItertor
Result:
Side effects(Breaking backward compatibility? Performance regression?):
cicheck
What problem does this PR solve?
Issue Number: https://github.com/opencurve/curve/issues/2916
Problem Summary:
What is changed and how it works?
What's Changed:
Add anonymous namespace wraps class
HashIterator
.How it Works: Classes with the same name (
HashItertor
) in the same namespace may lead to undefined behavior.Result:
Side effects(Breaking backward compatibility? Performance regression?):
Check List