Commit 561cfdec by Jonathan Wakely Committed by Jonathan Wakely

Fix bootstrap error introduced in r227870

	PR libstdc++/67647
	* include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
	(basic_string::shrink_to_fit): Fix #endif placement.

From-SVN: r227966
parent 5e8edf67
2015-09-21 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/67647
* include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
(basic_string::shrink_to_fit): Fix #endif placement.
2015-09-19 Tim Shen <timshen@google.com>
PR libstdc++/67361
......
......@@ -3291,8 +3291,8 @@ _GLIBCXX_END_NAMESPACE_CXX11
{ reserve(0); }
catch(...)
{ }
#endif
}
#endif
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment