The underlying map type (DenseMap) has had its resize() function renamed to reserve() as part of c04fc7a60ff4ea4610ea157be006c9771224a7b6 (SVN 264026).
This is only visible when the member function is called, as it is template type name dependent.
Differential D125387
Rename and fix ValueMap::resize to reserve arkangath on May 11 2022, 7:08 AM. Authored by
Details
The underlying map type (DenseMap) has had its resize() function renamed to reserve() as part of c04fc7a60ff4ea4610ea157be006c9771224a7b6 (SVN 264026). This is only visible when the member function is called, as it is template type name dependent.
Diff Detail
Event TimelineComment Actions Does it mean that there are no in-tree user for this API? Comment Actions This would indicate yes. I intended to have the smallest impact on the patch, and commit as a build fix rather than an API change. Comment Actions Yeah probably best to rename it as the same time here. This won't break anyone considering the current state! |