Commit 60da25c
authored
Remove optimization suggestion in BufferVec::push() (#22479)
# Objective
A comment in `BufferVec::push()` suggests a possible optimization that
can't be implemented reasonably. Reword it.
## Solution
Replace the comment with an explanation of why the seemingly suboptimal
implementation is necessary.
See the investigation in #22361.1 parent c10c63a commit 60da25c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
| 351 | + | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments