Commit ee3e8f43 by Jonathan Wakely Committed by Jonathan Wakely

Remove #define made redundant by r259281

The definition of __throw_ios_failure is no longer in this file, so
setting the macro here is unnecessary.

	* src/c++11/ios.cc: Remove redundant macro definition.

From-SVN: r259349
parent 01496707
2018-04-12 Jonathan Wakely <jwakely@redhat.com>
* src/c++11/ios.cc: Remove redundant macro definition.
2018-04-11 Jonathan Wakely <jwakely@redhat.com> 2018-04-11 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/abi.xml: Document header locations in recent * doc/xml/manual/abi.xml: Document header locations in recent
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
// ISO C++ 14882: 27.4 Iostreams base classes // ISO C++ 14882: 27.4 Iostreams base classes
// //
// Determines the version of ios_base::failure thrown by __throw_ios_failure.
// If !_GLIBCXX_USE_DUAL_ABI this will get undefined automatically.
#define _GLIBCXX_USE_CXX11_ABI 1
#include <ios> #include <ios>
#include <limits> #include <limits>
......
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