Make AHashMap::reserve()
do nothing when capacity is already satisfied
#12285
Closed
timothyqiu
started this conversation in
Engine Core
Replies: 2 comments 1 reply
-
@Ivorforce Any ideas on this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed by godotengine/godot#105278 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/godotengine/godot/blob/9f03bbf9086a1164490cd7cb4e8dd056bf57eac2/core/templates/a_hash_map.h#L416-L417
Such an error message is unexpected:
reserve()
semantics "ensure available".reserve()
found in most programming languages.Beta Was this translation helpful? Give feedback.
All reactions