Skip to content
Snippets Groups Projects
Commit 4870a18a authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Use RAII in std::vector::_M_default_append

Similar to r14-2052-gdd2eb972a5b063, replace the try-block with RAII
types for deallocating storage and destroying elements.

libstdc++-v3/ChangeLog:

	* include/bits/vector.tcc (_M_default_append): Replace try-block
	with RAII types.
parent 49f2b325
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment