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

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

Replace the try-block with RAII types for deallocating storage and
destroying elements.

libstdc++-v3/ChangeLog:

	* include/bits/vector.tcc (_M_realloc_insert): Replace try-block
	with RAII types.
parent 3124bfb1
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