A function uses vector for all temporary memory but appends to its caller’s vector before…

from RAII
C++23 (GCC 13.3.0) intermediate 1 min

A function uses vector for all temporary memory but appends to its caller’s vector before a later operation throws. What does RAII establish?

Report an error