Commit 8b34d6c2 by Joseph Myers Committed by Joseph Myers

all.cc, [...]: Only include <ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if...

	* testsuite/17_intro/headers/all.cc,
	testsuite/17_intro/headers/all_c++200x_compatibility.cc,
	testsuite/17_intro/headers/all_pedantic_errors.cc,
	testsuite/ext/headers.cc: Only include
	<ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if
	_GLIBCXX_HAVE_ICONV.

From-SVN: r136485
parent d0ae31b0
2008-06-06 Joseph Myers <joseph@codesourcery.com>
* testsuite/17_intro/headers/all.cc,
testsuite/17_intro/headers/all_c++200x_compatibility.cc,
testsuite/17_intro/headers/all_pedantic_errors.cc,
testsuite/ext/headers.cc: Only include
<ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if
_GLIBCXX_HAVE_ICONV.
2008-06-05 Johannes Singler <singler@ira.uka.de> 2008-06-05 Johannes Singler <singler@ira.uka.de>
* include/parallel/random_shuffle.h: * include/parallel/random_shuffle.h:
......
...@@ -112,10 +112,14 @@ ...@@ -112,10 +112,14 @@
#include <ext/array_allocator.h> #include <ext/array_allocator.h>
#include <ext/atomicity.h> #include <ext/atomicity.h>
#include <ext/bitmap_allocator.h> #include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h> #include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h> #include <ext/concurrence.h>
#include <ext/debug_allocator.h> #include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif
#include <ext/functional> #include <ext/functional>
#include <ext/iterator> #include <ext/iterator>
#include <ext/malloc_allocator.h> #include <ext/malloc_allocator.h>
......
...@@ -113,10 +113,14 @@ ...@@ -113,10 +113,14 @@
#include <ext/array_allocator.h> #include <ext/array_allocator.h>
#include <ext/atomicity.h> #include <ext/atomicity.h>
#include <ext/bitmap_allocator.h> #include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h> #include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h> #include <ext/concurrence.h>
#include <ext/debug_allocator.h> #include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif
#include <ext/functional> #include <ext/functional>
#include <ext/iterator> #include <ext/iterator>
#include <ext/malloc_allocator.h> #include <ext/malloc_allocator.h>
......
...@@ -113,10 +113,14 @@ ...@@ -113,10 +113,14 @@
#include <ext/array_allocator.h> #include <ext/array_allocator.h>
#include <ext/atomicity.h> #include <ext/atomicity.h>
#include <ext/bitmap_allocator.h> #include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h> #include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h> #include <ext/concurrence.h>
#include <ext/debug_allocator.h> #include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif
#include <ext/functional> #include <ext/functional>
#include <ext/iterator> #include <ext/iterator>
#include <ext/malloc_allocator.h> #include <ext/malloc_allocator.h>
......
...@@ -28,10 +28,14 @@ ...@@ -28,10 +28,14 @@
#include <ext/array_allocator.h> #include <ext/array_allocator.h>
#include <ext/atomicity.h> #include <ext/atomicity.h>
#include <ext/bitmap_allocator.h> #include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h> #include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h> #include <ext/concurrence.h>
#include <ext/debug_allocator.h> #include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h> #include <ext/enc_filebuf.h>
#endif
#include <ext/functional> #include <ext/functional>
#include <ext/iterator> #include <ext/iterator>
#include <ext/malloc_allocator.h> #include <ext/malloc_allocator.h>
......
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