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
This commit is contained in:
Joseph Myers 2008-06-06 16:03:52 +01:00 committed by Joseph Myers
parent d0ae31b09e
commit 8b34d6c2bf
5 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,12 @@
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>
* include/parallel/random_shuffle.h:

View File

@ -112,10 +112,14 @@
#include <ext/array_allocator.h>
#include <ext/atomicity.h>
#include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h>
#include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h>
#endif
#include <ext/functional>
#include <ext/iterator>
#include <ext/malloc_allocator.h>

View File

@ -113,10 +113,14 @@
#include <ext/array_allocator.h>
#include <ext/atomicity.h>
#include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h>
#include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h>
#endif
#include <ext/functional>
#include <ext/iterator>
#include <ext/malloc_allocator.h>

View File

@ -113,10 +113,14 @@
#include <ext/array_allocator.h>
#include <ext/atomicity.h>
#include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h>
#include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h>
#endif
#include <ext/functional>
#include <ext/iterator>
#include <ext/malloc_allocator.h>

View File

@ -28,10 +28,14 @@
#include <ext/array_allocator.h>
#include <ext/atomicity.h>
#include <ext/bitmap_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/codecvt_specializations.h>
#endif
#include <ext/concurrence.h>
#include <ext/debug_allocator.h>
#if _GLIBCXX_HAVE_ICONV
#include <ext/enc_filebuf.h>
#endif
#include <ext/functional>
#include <ext/iterator>
#include <ext/malloc_allocator.h>