Commit d407831d by Paolo Carlini Committed by Paolo Carlini

locale-inst.cc: Do not include <cassert>.

2003-02-17  Paolo Carlini  <pcarlini@unitus.it>

	* src/locale-inst.cc: Do not include <cassert>.
	* src/locale.cc: Likewise.

From-SVN: r63009
parent 1a1aed24
2003-02-17 Paolo Carlini <pcarlini@unitus.it>
* src/locale-inst.cc: Do not include <cassert>.
* src/locale.cc: Likewise.
2003-02-17 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/9580
* include/std/std_fstream.h: Declare underflow and uflow
specializations, change generic definitions to do nothing.
......
......@@ -34,7 +34,6 @@
#include <cstdlib>
#include <clocale>
#include <cstring>
#include <cassert>
#include <locale>
namespace std
......
......@@ -28,7 +28,6 @@
#include <clocale>
#include <cstring>
#include <cassert>
#include <cctype>
#include <cwctype> // For towupper, etc.
#include <locale>
......
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