Commit cb930542 by Benjamin Kosnik Committed by Benjamin Kosnik

re PR libstdc++/8463 (std::ios_base has a non-virtual destructor)


2002-11-05  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/8463
	* include/bits/ios_base.h (~ios_base): Make virtual.

From-SVN: r58823
parent 5c7cd663
2002-11-05 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/8463
* include/bits/ios_base.h (~ios_base): Make virtual.
2002-11-04 Benjamin Kosnik <bkoz@redhat.com>
* config/linker-map.gnu: Export string operator+.
......
......@@ -414,7 +414,7 @@ namespace std
}
// Destructor
~ios_base();
virtual ~ios_base();
protected:
ios_base();
......
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