2010-04-29  Release Manager

	* GCC 4.4.4 released.

2010-04-10  Jonathan Wakely  <jwakely.gcc@gmail.com>

	Backport:
	2009-06-23  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40518
	* include/bits/basic_string.h (basic_string<>::_Rep::
	_M_set_length_and_sharable): Do not write the empty rep.
	(basic_string<>::erase(iterator, iterator)): Likewise,
	move out of line...
	* include/bits/basic_string.tcc: ... here.

2010-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR target/43458
	* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	Xfail hppa*-*-hpux*.

2010-03-22  Johannes Singler  <singler@kit.edu>

        * include/parallel/numeric (inner_product, partial_sum):
        Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity 
        between __gnu_parallel:: and std::
        * include/parallel/algobase.h (equal): Likewise.
        * include/parallel/algo.h (find_first_of, search_n, merge, nth_element,
        partial_sort, max_element, min_element): Likewise.
        * include/parallel/partial_sum.h (parallel_partial_sum_linear):
        Qualify accumulate call with __gnu_parallel::.

2010-03-18  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/backward/hash_map: Use consistently the _BACKWARD_*
	prefix for the include guard.
	* include/backward/hash_fun.h: Likewise.
	* include/backward/hashtable.h: Likewise.
	* include/backward/auto_ptr.h: Likewise.
	* include/backward/strstream: Likewise.
	* include/backward/binders.h: Likewise.
	* include/backward/hash_set: Likewise.

2010-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	Backport:
	2010-01-20  Janis Johnson  <janis187@us.ibm.com>
		    Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/21769
	* testsuite/lib/dg-options.exp (add_options_for_no_pch): Add.
	* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
	Use it.

2010-01-21  Release Manager

	* GCC 4.4.3 released.

2009-12-10  Paolo Carlini  <paolo.carlini@oracle.com>

	Revert:
        2009-12-04  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/42261
	* include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
	const _Alloc&, __true_type)): Cast the second argument to value_type.
	* include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
	std::__true_type)): Likewise.
	* include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
	const _Alloc&, std::__true_type)): Likewise.
	* testsuite/21_strings/basic_string/cons/char/42261.cc: New.
	* testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.

2009-12-09  Roman Odaisky  <to.roma.from.bugcc@qwertty.com>

	PR libstdc++/42273
	* include/bits/atomic_2.h: Fix typo.

2009-12-04  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/42261
	* include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
	const _Alloc&, __true_type)): Cast the second argument to value_type.
	* include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
	std::__true_type)): Likewise.
	* include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
	const _Alloc&, std::__true_type)): Likewise.
	* testsuite/21_strings/basic_string/cons/char/42261.cc: New.
	* testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.

2009-11-19  Johannes Singler  <singler@kit.edu>

        * include/parallel/partition.h (__parallel_partition): Correctly
        initialize chunk size.
        (__parallel_nth_element): Respect nth_element_minimal_n.  Use
        sequential nth_element as base case, instead of sequential sort.

2009-10-28  Johannes Singler  <singler@kit.edu>

        PR libstdc++/40852
        * include/parallel/multiseq_selection.h
        (multiseq_partition, multiseq_selection):  Avoid intermediate
	values exceeding the integer type range for very large inputs.

2009-10-16  Benjamin Kosnik  <bkoz@redhat.com>

        * include/c_compatibility/stdatomic.h: Include cstdatomic if
        __cplusplus.

2009-10-15  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/40654
        PR libstdc++/40826
        * src/atomic.cc (atomic_flag_test_and_set_explicit): Add
        static_cast from base to derived.
        (atomic_flag_clear_explicit): Same.
        * include/bits/atomic_2.h (__atomic2::atomic_flag): Public derivation.
        Remove value type constructor.
        * include/bits/atomic_0.h (__atomic0::atomic_flag): Same.
        * include/std/future (_Future_state): Use ATOMIC_FLAG_INIT to
        initialized the atomic_flag member.

2009-10-15  Release Manager

	* GCC 4.4.2 released.

2009-09-11  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/multiway_merge.h
        (multiway_merge_exact_splitting): Deallocate borders correctly.
        (parallel_multiway_merge): Remove unnecessarily complicated
        allocation, random access iterators are default-constructible;
        deallocate ne_seqs correctly.

2009-08-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/41005
	* configure.ac: Bump libtool_VERSION to 6:13:0.
	* configure: Regenerate.
	* src/Makefile.am: Compile fstream-inst.cc as C++0x.
	* src/Makefile.in: Regenerate.
	* config/abi/pre/gnu.ver: Add new symbols and disambiguate old ones.
	* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.13 version.

2009-07-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/valarray (valarray<>::operator=(initializer_list<>)):
	Return *this.

2009-07-22  Release Manager

	* GCC 4.4.1 released.

2009-07-15  Janis Johnson  <janis187@us.ibm.com>

	PR libstdc++/40691
	* include/bits/valarray_after.h (_Expr::operator!): Fix return type.
	* testsuite/26_numerics/valarray/40691.cc: New test.

2009-07-13  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Remove xfail.

2009-06-30  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40600
	* testsuite/25_algorithms/minmax/2.cc: Fix consistently with
	std::minmax return type.
	* testsuite/25_algorithms/minmax/3.cc: Likewise.

2009-06-24  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/40297
	* include/bits/atomic_0.h: Reverse debug assertions.
	* include/bits/atomic_2.h: Likewise.

2009-06-20  Paolo Carlini  <paolo.carlini@oracle.com>

	* Revert last Change.

2009-06-20  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40497
	* include/bits/stl_iterator_base_funcs.h (next, prev): Fix the
	signature per the current C++1x draft (N2857).
	* testsuite/24_iterators/operations/40497.cc: Add.

2009-06-16  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* libsupc++/exception_ptr.h (exception_ptr::swap(exception_ptr&&)):
	Remove.
	(exception_ptr::operator=(exception_ptr&&)): Cast source to
	rvalue-reference so that move constructor is called.
	* testsuite/18_support/exception_ptr/move.cc: New.

2009-06-16  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/std/thread (~thread(), operator=(thread&&)): Call terminate
	if joinable.

2009-06-03  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40296
	* libsupc++/exception_ptr.h (exception_ptr::operator!,
	exception_ptr::operator __safe_bool): Only declare when
	_GLIBCXX_EH_PTR_COMPAT is undefined.
	* libsupc++/eh_ptr.cc: Define _GLIBCXX_EH_PTR_COMPAT before including
	exception_ptr.
	* testsuite/18_support/exception_ptr/40296.cc: New.
	* testsuite/18_support/exception_ptr/current_exception.cc: Adjust.

2009-06-03  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40299
	* include/ext/memory: Fully qualify calls with __gnu_cxx.
	* testsuite/ext/rope/40299.cc: New.

2009-05-21  David Billinghurst <billingd@gcc.gnu.org>

	Backport from mainline:
	PR libstdc++/36211
	* testsuite/lib/libstdc++.exp(v3_target_compile):  Add
	cxxldflags to additional_flags rather than cxx_final.

2009-05-18  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/40192
	* include/bits/stl_construct.h (struct _Destroy_aux): Add.
	(_Destroy(_ForwardIterator, _ForwardIterator)): Use the latter.
	* testsuite/23_containers/vector/40192.cc: New.

2009-05-13  Ben Elliston  <bje@au.ibm.com>

	Backport from mainline:
	* include/Makefile.am (PCHFLAGS): Remove -Winvalid-pch.
	* include/Makefile.in: Likewise.

2009-05-12  Johannes Singler  <singler@ira.uka.de>

        PR libstdc++/39546
        * include/parallel/algo.h (find_switch):
        Parametrize binder2nd with const T& instead of T.
        * testsuite/25_algorithms/find/39546.cc: new test case

2009-05-07  Paolo Carlini  <paolo.carlini@oracle.com>

	* configure.ac: Bump libtool_VERSION to 6:12:0.
	* configure: Regenerate.

2009-05-07  Matthias Klose  <doko@ubuntu.com>

	PR libstdc++/40038
	* src/math_stubs_long_double.cc: Add ceill.

2009-05-06  Paolo Carlini  <paolo.carlini@oracle.com>

	Revert:
	2009-05-03  Paolo Carlini  <paolo.carlini@oracle.com>

	* acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when
	possible.
	* configure: Regenerate.

2009-05-05  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/39909
	* include/std/mutex (__get_once_functor_lock, __get_once_mutex,
	__set_once_functor_lock_ptr): Replace global lock object with local
	locks on global mutex.
	* src/mutex.cc (__get_once_functor_lock, __get_once_mutex,
	__set_once_functor_lock_ptr): Likewise, keeping old function to
	preserve ABI.
	(__once_proxy): Use pointer to local lock if set, global lock
	otherwise.
	* config/abi/pre/gnu.ver: Add new symbols to new ABI version.
	* testsuite/util/testsuite_abi.cc: Add GLIBCX_3.4.12 version.
	* testsuite/30_threads/call_once/39909.cc: New.

2009-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	* acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when
	possible.
	* configure: Regenerate.

2009-04-30  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* scripts/create_testsuite_files: Remove thread directory.

2009-04-29  Benjamin Kosnik  <bkoz@redhat.com>

        * xml/authors.xml: Add space.
        * xml/faq.xml: Update links.
        * xml/manual/intro.xml: Same.
        * xml/manual/abi.xml: Update.
        * xml/manual/appendix_contributing.xml: Fix typo.
        * xml/manual/status_cxxtr1.xml: Update links.
        * xml/manual/status_cxx1998.xml: Same.
        * xml/manual/status_cxx200x.xml: Same.

2009-04-28  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/39868
        * scripts/run_doxygen: Uncomment removal of includes.
        (problematic): Rewrite __cxxabiv1 namespace to abi.

2009-04-28  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/39880
	PR libstdc++/39881
	PR libstdc++/39882
	* include/std/system_error (is_error_code_enum<errc>): Remove.
	(error_condition<>::error_condition(_ErrorCodeEnum,)
	error_condition<>::operator=(_ErrorCodeEnum)): Use make_error_condition.
	(error_code<>::error_code(_ErrorCodeEnum,),
	error_code<>::operator=(_ErrorCodeEnum)): Use make_error_code.
	* testsuite/19_diagnostics/system_error/39880.cc: New.
	* testsuite/19_diagnostics/error_condition/modifiers/39881.cc:
	Likewise.
	* testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise.
	* testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise.
	* testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise.
	* testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc:
	Adjust.
	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc:
	Likewise.
	* testsuite/19_diagnostics/error_code/cons/1.cc: Likewise.
	* testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise.
	* testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise.
	* testsuite/19_diagnostics/error_code/operators/not_equal.cc:
	Likewise.
	* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise.
	* testsuite/19_diagnostics/system_error/cons-1.cc: Likewise.
	* testsuite/19_diagnostics/system_error/what-4.cc: Likewise.
	* testsuite/30_threads/unique_lock/locking/2.cc: Likewise.

2009-04-26  Paolo Carlini  <paolo.carlini@oracle.com>

	Revert the last commit.

2009-04-25  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/std/mutex (__get_once_functor_lock, __get_once_mutex):
	Replace global lock object with local locks on global mutex.
	* src/mutex.cc: Likewise.
	* config/abi/pre/gnu.ver: Adjust.
	* testsuite/30_threads/call_once/call_once2.cc: New.

2009-04-21  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/39802
	* include/bits/locale_facets.tcc (num_get<>::_M_extract_int
	(_InIter, _InIter, ios_base&, ios_base::iostate&, _ValueT&)):
	Always accept negative values, for unsigned types too.
	* testsuite/22_locale/num_get/get/char/39802.cc: New.
	* testsuite/22_locale/num_get/get/wchar_t/39802.cc: Likewise.

2009-04-21  Release Manager

	* GCC 4.4.0 released.

2009-04-17  Uros Bizjak  <ubizjak@gmail.com>

	* config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Regenerated.

2009-04-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/forward_list.h: Remove default std::allocator<_Tp>
	from base classes.
	* testsuite/23_containers/forward_list/capacity/1.cc: Adjust.

2009-04-15  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/status_cxx200x.xml: Edit for branch status.

2009-04-15  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/html: Regenerate.

2009-04-15  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/status_cxx1998.xml: Update to new table style.

	* doc/xml/gnu/gpl-3.0.xml: Add or adjust dbhtml markup.
	* doc/xml/gnu/fdl-1.2.xml: Same.
	* doc/xml/manual/numerics.xml: Same.
	* doc/xml/manual/concurrency.xml: Same.
	* doc/xml/manual/intro.xml: Same.
	* doc/xml/manual/status_cxxtr1.xml: Same.
	* doc/xml/manual/containers.xml: Same.
	* doc/xml/manual/io.xml: Same.
	* doc/xml/manual/utilities.xml: Same.
	* doc/xml/manual/support.xml: Same.
	* doc/xml/manual/using.xml: Same.
	* doc/xml/manual/localization.xml: Same.
	* doc/xml/manual/locale.xml: Same.
	* doc/xml/manual/extensions.xml: Same.
	* doc/xml/manual/appendix_contributing.xml: Same.
	* doc/xml/manual/diagnostics.xml: Same.
	* doc/xml/manual/status_cxx200x.xml: Same.

2009-04-15  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/manual/status_cxxtr1.xml: Update to new table style.
	* doc/xml/manual/status_cxx200x.xml: Adjust.

2009-04-14  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/xml/spine.xml: Remove unused license entity, update
	copyright year.

	* doc/xml/manual/spine.xml: Markup for primary index terms.
	* doc/xml/manual/numerics.xml: Same.
	* doc/xml/manual/intro.xml: Same.
	* doc/xml/manual/containers.xml: Same.
	* doc/xml/manual/io.xml: Same.
	* doc/xml/manual/appendix_porting.xml: Same.
	* doc/xml/manual/utilities.xml: Same.
	* doc/xml/manual/support.xml: Same.
	* doc/xml/manual/localization.xml: Same.
	* doc/xml/manual/strings.xml: Same.
	* doc/xml/manual/extensions.xml: Same.
	* doc/xml/manual/appendix_contributing.xml: Same.
	* doc/xml/manual/diagnostics.xml: Same.
	* doc/xml/manual/algorithms.xml: Same.
	* doc/xml/manual/appendix_free.xml: Same.
	* doc/xml/manual/iterators.xml: Same.

	* doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions.
	* doc/xml/gnu/fdl-1.2.xml: Same.

	* doc/xml/manual/status_cxx200x.xml: Re-write.

2009-04-14  Benjamin Kosnik  <bkoz@redhat.com>

	* include/precompiled/stdc++.h: Add.

	* doc/xml/api.xml: Add gcc-4.4.0 doxygen link.
	* doc/html/api.html: Regenerate.

2009-04-09  Nick Clifton  <nickc@redhat.com>

	* src/allocator-inst.cc: Change copyright header to refer to
	version 3 of the GNU General Public License with version 3.1
	of the GCC Runtime Library Exception and to point readers at
	the COPYING3 and COPYING3.RUNTIME files and the FSF's license
	web page.
	* config/abi/compatibility.h: Likewise.
	* config/abi/pre/gnu-versioned-namespace.ver: Likewise.
	* config/abi/pre/gnu.ver: Likewise.
	* config/allocator/bitmap_allocator_base.h: Likewise.
	* config/allocator/malloc_allocator_base.h: Likewise.
	* config/allocator/mt_allocator_base.h: Likewise.
	* config/allocator/new_allocator_base.h: Likewise.
	* config/allocator/pool_allocator_base.h: Likewise.
	* config/cpu/alpha/atomic_word.h: Likewise.
	* config/cpu/arm/cxxabi_tweaks.h: Likewise.
	* config/cpu/cris/atomic_word.h: Likewise.
	* config/cpu/cris/atomicity.h: Likewise.
	* config/cpu/generic/atomic_word.h: Likewise.
	* config/cpu/generic/atomicity_builtins/atomicity.h: Likewise.
	* config/cpu/generic/atomicity_mutex/atomicity.h: Likewise.
	* config/cpu/generic/cpu_defines.h: Likewise.
	* config/cpu/generic/cxxabi_tweaks.h: Likewise.
	* config/cpu/hppa/atomicity.h: Likewise.
	* config/cpu/i386/atomicity.h: Likewise.
	* config/cpu/i486/atomicity.h: Likewise.
	* config/cpu/ia64/atomic_word.h: Likewise.
	* config/cpu/m68k/atomicity.h: Likewise.
	* config/cpu/powerpc/atomic_word.h: Likewise.
	* config/cpu/powerpc/cpu_defines.h: Likewise.
	* config/cpu/sh/atomicity.h: Likewise.
	* config/cpu/sparc/atomic_word.h: Likewise.
	* config/cpu/sparc/atomicity.h: Likewise.
	* config/io/basic_file_stdio.cc: Likewise.
	* config/io/basic_file_stdio.h: Likewise.
	* config/io/c_io_stdio.h: Likewise.
	* config/locale/darwin/ctype_members.cc: Likewise.
	* config/locale/generic/c++locale_internal.h: Likewise.
	* config/locale/generic/c_locale.cc: Likewise.
	* config/locale/generic/c_locale.h: Likewise.
	* config/locale/generic/codecvt_members.cc: Likewise.
	* config/locale/generic/collate_members.cc: Likewise.
	* config/locale/generic/ctype_members.cc: Likewise.
	* config/locale/generic/messages_members.cc: Likewise.
	* config/locale/generic/messages_members.h: Likewise.
	* config/locale/generic/monetary_members.cc: Likewise.
	* config/locale/generic/numeric_members.cc: Likewise.
	* config/locale/generic/time_members.cc: Likewise.
	* config/locale/generic/time_members.h: Likewise.
	* config/locale/gnu/c++locale_internal.h: Likewise.
	* config/locale/gnu/c_locale.cc: Likewise.
	* config/locale/gnu/c_locale.h: Likewise.
	* config/locale/gnu/codecvt_members.cc: Likewise.
	* config/locale/gnu/collate_members.cc: Likewise.
	* config/locale/gnu/ctype_members.cc: Likewise.
	* config/locale/gnu/messages_members.cc: Likewise.
	* config/locale/gnu/messages_members.h: Likewise.
	* config/locale/gnu/monetary_members.cc: Likewise.
	* config/locale/gnu/numeric_members.cc: Likewise.
	* config/locale/gnu/time_members.cc: Likewise.
	* config/locale/gnu/time_members.h: Likewise.
	* config/locale/ieee_1003.1-2001/c_locale.cc: Likewise.
	* config/locale/ieee_1003.1-2001/c_locale.h: Likewise.
	* config/locale/ieee_1003.1-2001/messages_members.cc: Likewise.
	* config/locale/ieee_1003.1-2001/messages_members.h: Likewise.
	* config/os/aix/atomic_word.h: Likewise.
	* config/os/aix/atomicity.h: Likewise.
	* config/os/aix/ctype_base.h: Likewise.
	* config/os/aix/ctype_inline.h: Likewise.
	* config/os/aix/ctype_noninline.h: Likewise.
	* config/os/aix/os_defines.h: Likewise.
	* config/os/bsd/darwin/ctype_base.h: Likewise.
	* config/os/bsd/darwin/ctype_inline.h: Likewise.
	* config/os/bsd/darwin/ctype_noninline.h: Likewise.
	* config/os/bsd/darwin/os_defines.h: Likewise.
	* config/os/bsd/freebsd/ctype_base.h: Likewise.
	* config/os/bsd/freebsd/ctype_inline.h: Likewise.
	* config/os/bsd/freebsd/ctype_noninline.h: Likewise.
	* config/os/bsd/freebsd/os_defines.h: Likewise.
	* config/os/bsd/netbsd/ctype_base.h: Likewise.
	* config/os/bsd/netbsd/ctype_inline.h: Likewise.
	* config/os/bsd/netbsd/ctype_noninline.h: Likewise.
	* config/os/bsd/netbsd/os_defines.h: Likewise.
	* config/os/djgpp/ctype_base.h: Likewise.
	* config/os/djgpp/ctype_inline.h: Likewise.
	* config/os/djgpp/ctype_noninline.h: Likewise.
	* config/os/djgpp/os_defines.h: Likewise.
	* config/os/generic/ctype_base.h: Likewise.
	* config/os/generic/ctype_inline.h: Likewise.
	* config/os/generic/ctype_noninline.h: Likewise.
	* config/os/generic/error_constants.h: Likewise.
	* config/os/generic/os_defines.h: Likewise.
	* config/os/gnu-linux/ctype_base.h: Likewise.
	* config/os/gnu-linux/ctype_inline.h: Likewise.
	* config/os/gnu-linux/ctype_noninline.h: Likewise.
	* config/os/gnu-linux/os_defines.h: Likewise.
	* config/os/hpux/ctype_base.h: Likewise.
	* config/os/hpux/ctype_inline.h: Likewise.
	* config/os/hpux/ctype_noninline.h: Likewise.
	* config/os/hpux/os_defines.h: Likewise.
	* config/os/irix/atomic_word.h: Likewise.
	* config/os/irix/atomicity.h: Likewise.
	* config/os/irix/irix5.2/ctype_base.h: Likewise.
	* config/os/irix/irix5.2/ctype_inline.h: Likewise.
	* config/os/irix/irix5.2/ctype_noninline.h: Likewise.
	* config/os/irix/irix5.2/os_defines.h: Likewise.
	* config/os/irix/irix6.5/ctype_base.h: Likewise.
	* config/os/irix/irix6.5/ctype_inline.h: Likewise.
	* config/os/irix/irix6.5/ctype_noninline.h: Likewise.
	* config/os/irix/irix6.5/os_defines.h: Likewise.
	* config/os/mingw32/ctype_base.h: Likewise.
	* config/os/mingw32/ctype_inline.h: Likewise.
	* config/os/mingw32/ctype_noninline.h: Likewise.
	* config/os/mingw32/error_constants.h: Likewise.
	* config/os/mingw32/os_defines.h: Likewise.
	* config/os/newlib/ctype_base.h: Likewise.
	* config/os/newlib/ctype_inline.h: Likewise.
	* config/os/newlib/ctype_noninline.h: Likewise.
	* config/os/newlib/os_defines.h: Likewise.
	* config/os/qnx/qnx6.1/ctype_base.h: Likewise.
	* config/os/qnx/qnx6.1/ctype_inline.h: Likewise.
	* config/os/qnx/qnx6.1/ctype_noninline.h: Likewise.
	* config/os/qnx/qnx6.1/os_defines.h: Likewise.
	* config/os/solaris/solaris2.7/ctype_base.h: Likewise.
	* config/os/solaris/solaris2.7/ctype_inline.h: Likewise.
	* config/os/solaris/solaris2.7/ctype_noninline.h: Likewise.
	* config/os/solaris/solaris2.7/os_defines.h: Likewise.
	* config/os/tpf/ctype_base.h: Likewise.
	* config/os/tpf/ctype_inline.h: Likewise.
	* config/os/tpf/ctype_noninline.h: Likewise.
	* config/os/tpf/os_defines.h: Likewise.
	* config/os/uclibc/ctype_base.h: Likewise.
	* config/os/uclibc/ctype_inline.h: Likewise.
	* config/os/uclibc/ctype_noninline.h: Likewise.
	* config/os/uclibc/os_defines.h: Likewise.
	* config/os/vxworks/ctype_base.h: Likewise.
	* config/os/vxworks/ctype_inline.h: Likewise.
	* config/os/vxworks/ctype_noninline.h: Likewise.
	* config/os/vxworks/os_defines.h: Likewise.
	* include/backward/auto_ptr.h: Likewise.
	* include/backward/backward_warning.h: Likewise.
	* include/backward/binders.h: Likewise.
	* include/backward/hash_fun.h: Likewise.
	* include/backward/hash_map: Likewise.
	* include/backward/hash_set: Likewise.
	* include/backward/hashtable.h: Likewise.
	* include/backward/strstream: Likewise.
	* include/bits/algorithmfwd.h: Likewise.
	* include/bits/allocator.h: Likewise.
	* include/bits/atomic_0.h: Likewise.
	* include/bits/atomic_2.h: Likewise.
	* include/bits/atomicfwd_c.h: Likewise.
	* include/bits/atomicfwd_cxx.h: Likewise.
	* include/bits/basic_ios.h: Likewise.
	* include/bits/basic_ios.tcc: Likewise.
	* include/bits/basic_string.h: Likewise.
	* include/bits/basic_string.tcc: Likewise.
	* include/bits/boost_concept_check.h: Likewise.
	* include/bits/c++config: Likewise.
	* include/bits/char_traits.h: Likewise.
	* include/bits/codecvt.h: Likewise.
	* include/bits/concept_check.h: Likewise.
	* include/bits/cpp_type_traits.h: Likewise.
	* include/bits/deque.tcc: Likewise.
	* include/bits/forward_list.h: Likewise.
	* include/bits/forward_list.tcc: Likewise.
	* include/bits/fstream.tcc: Likewise.
	* include/bits/functexcept.h: Likewise.
	* include/bits/functional_hash.h: Likewise.
	* include/bits/gslice.h: Likewise.
	* include/bits/gslice_array.h: Likewise.
	* include/bits/hashtable.h: Likewise.
	* include/bits/indirect_array.h: Likewise.
	* include/bits/ios_base.h: Likewise.
	* include/bits/istream.tcc: Likewise.
	* include/bits/list.tcc: Likewise.
	* include/bits/locale_classes.h: Likewise.
	* include/bits/locale_classes.tcc: Likewise.
	* include/bits/locale_facets.h: Likewise.
	* include/bits/locale_facets.tcc: Likewise.
	* include/bits/locale_facets_nonio.h: Likewise.
	* include/bits/locale_facets_nonio.tcc: Likewise.
	* include/bits/localefwd.h: Likewise.
	* include/bits/mask_array.h: Likewise.
	* include/bits/move.h: Likewise.
	* include/bits/ostream.tcc: Likewise.
	* include/bits/ostream_insert.h: Likewise.
	* include/bits/postypes.h: Likewise.
	* include/bits/shared_ptr.h: Likewise.
	* include/bits/slice_array.h: Likewise.
	* include/bits/sstream.tcc: Likewise.
	* include/bits/stl_algo.h: Likewise.
	* include/bits/stl_algobase.h: Likewise.
	* include/bits/stl_bvector.h: Likewise.
	* include/bits/stl_construct.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/stl_function.h: Likewise.
	* include/bits/stl_heap.h: Likewise.
	* include/bits/stl_iterator.h: Likewise.
	* include/bits/stl_iterator_base_funcs.h: Likewise.
	* include/bits/stl_iterator_base_types.h: Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/stl_map.h: Likewise.
	* include/bits/stl_multimap.h: Likewise.
	* include/bits/stl_multiset.h: Likewise.
	* include/bits/stl_numeric.h: Likewise.
	* include/bits/stl_pair.h: Likewise.
	* include/bits/stl_queue.h: Likewise.
	* include/bits/stl_raw_storage_iter.h: Likewise.
	* include/bits/stl_relops.h: Likewise.
	* include/bits/stl_set.h: Likewise.
	* include/bits/stl_stack.h: Likewise.
	* include/bits/stl_tempbuf.h: Likewise.
	* include/bits/stl_tree.h: Likewise.
	* include/bits/stl_uninitialized.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/stream_iterator.h: Likewise.
	* include/bits/streambuf.tcc: Likewise.
	* include/bits/streambuf_iterator.h: Likewise.
	* include/bits/stringfwd.h: Likewise.
	* include/bits/unique_ptr.h: Likewise.
	* include/bits/valarray_after.h: Likewise.
	* include/bits/valarray_array.h: Likewise.
	* include/bits/valarray_array.tcc: Likewise.
	* include/bits/valarray_before.h: Likewise.
	* include/bits/vector.tcc: Likewise.
	* include/c/cassert: Likewise.
	* include/c/cctype: Likewise.
	* include/c/cerrno: Likewise.
	* include/c/cfloat: Likewise.
	* include/c/ciso646: Likewise.
	* include/c/climits: Likewise.
	* include/c/clocale: Likewise.
	* include/c/cmath: Likewise.
	* include/c/csetjmp: Likewise.
	* include/c/csignal: Likewise.
	* include/c/cstdarg: Likewise.
	* include/c/cstddef: Likewise.
	* include/c/cstdio: Likewise.
	* include/c/cstdlib: Likewise.
	* include/c/cstring: Likewise.
	* include/c/ctime: Likewise.
	* include/c/cwchar: Likewise.
	* include/c/cwctype: Likewise.
	* include/c_compatibility/assert.h: Likewise.
	* include/c_compatibility/complex.h: Likewise.
	* include/c_compatibility/ctype.h: Likewise.
	* include/c_compatibility/errno.h: Likewise.
	* include/c_compatibility/fenv.h: Likewise.
	* include/c_compatibility/float.h: Likewise.
	* include/c_compatibility/inttypes.h: Likewise.
	* include/c_compatibility/iso646.h: Likewise.
	* include/c_compatibility/limits.h: Likewise.
	* include/c_compatibility/locale.h: Likewise.
	* include/c_compatibility/math.h: Likewise.
	* include/c_compatibility/setjmp.h: Likewise.
	* include/c_compatibility/signal.h: Likewise.
	* include/c_compatibility/stdarg.h: Likewise.
	* include/c_compatibility/stdatomic.h: Likewise.
	* include/c_compatibility/stdbool.h: Likewise.
	* include/c_compatibility/stddef.h: Likewise.
	* include/c_compatibility/stdint.h: Likewise.
	* include/c_compatibility/stdio.h: Likewise.
	* include/c_compatibility/stdlib.h: Likewise.
	* include/c_compatibility/string.h: Likewise.
	* include/c_compatibility/tgmath.h: Likewise.
	* include/c_compatibility/time.h: Likewise.
	* include/c_compatibility/wchar.h: Likewise.
	* include/c_compatibility/wctype.h: Likewise.
	* include/c_global/cassert: Likewise.
	* include/c_global/ccomplex: Likewise.
	* include/c_global/cctype: Likewise.
	* include/c_global/cerrno: Likewise.
	* include/c_global/cfenv: Likewise.
	* include/c_global/cfloat: Likewise.
	* include/c_global/cinttypes: Likewise.
	* include/c_global/ciso646: Likewise.
	* include/c_global/climits: Likewise.
	* include/c_global/clocale: Likewise.
	* include/c_global/cmath.tcc: Likewise.
	* include/c_global/cmath: Likewise.
	* include/c_global/csetjmp: Likewise.
	* include/c_global/csignal: Likewise.
	* include/c_global/cstdarg: Likewise.
	* include/c_global/cstdatomic: Likewise.
	* include/c_global/cstdbool: Likewise.
	* include/c_global/cstddef: Likewise.
	* include/c_global/cstdint: Likewise.
	* include/c_global/cstdio: Likewise.
	* include/c_global/cstdlib: Likewise.
	* include/c_global/cstring: Likewise.
	* include/c_global/ctgmath: Likewise.
	* include/c_global/ctime: Likewise.
	* include/c_global/cwchar: Likewise.
	* include/c_global/cwctype: Likewise.
	* include/c_std/cassert: Likewise.
	* include/c_std/cctype: Likewise.
	* include/c_std/cerrno: Likewise.
	* include/c_std/cfloat: Likewise.
	* include/c_std/ciso646: Likewise.
	* include/c_std/climits: Likewise.
	* include/c_std/clocale: Likewise.
	* include/c_std/cmath.tcc: Likewise.
	* include/c_std/cmath: Likewise.
	* include/c_std/csetjmp: Likewise.
	* include/c_std/csignal: Likewise.
	* include/c_std/cstdarg: Likewise.
	* include/c_std/cstddef: Likewise.
	* include/c_std/cstdio: Likewise.
	* include/c_std/cstdlib: Likewise.
	* include/c_std/cstring: Likewise.
	* include/c_std/ctime: Likewise.
	* include/c_std/cwchar: Likewise.
	* include/c_std/cwctype: Likewise.
	* include/debug/bitset: Likewise.
	* include/debug/debug.h: Likewise.
	* include/debug/deque: Likewise.
	* include/debug/formatter.h: Likewise.
	* include/debug/functions.h: Likewise.
	* include/debug/list: Likewise.
	* include/debug/macros.h: Likewise.
	* include/debug/map.h: Likewise.
	* include/debug/map: Likewise.
	* include/debug/multimap.h: Likewise.
	* include/debug/multiset.h: Likewise.
	* include/debug/safe_base.h: Likewise.
	* include/debug/safe_iterator.h: Likewise.
	* include/debug/safe_iterator.tcc: Likewise.
	* include/debug/safe_sequence.h: Likewise.
	* include/debug/set.h: Likewise.
	* include/debug/set: Likewise.
	* include/debug/string: Likewise.
	* include/debug/unordered_map: Likewise.
	* include/debug/unordered_set: Likewise.
	* include/debug/vector: Likewise.
	* include/ext/algorithm: Likewise.
	* include/ext/array_allocator.h: Likewise.
	* include/ext/atomicity.h: Likewise.
	* include/ext/bitmap_allocator.h: Likewise.
	* include/ext/cast.h: Likewise.
	* include/ext/codecvt_specializations.h: Likewise.
	* include/ext/concurrence.h: Likewise.
	* include/ext/debug_allocator.h: Likewise.
	* include/ext/enc_filebuf.h: Likewise.
	* include/ext/extptr_allocator.h: Likewise.
	* include/ext/functional: Likewise.
	* include/ext/iterator: Likewise.
	* include/ext/malloc_allocator.h: Likewise.
	* include/ext/memory: Likewise.
	* include/ext/mt_allocator.h: Likewise.
	* include/ext/new_allocator.h: Likewise.
	* include/ext/numeric: Likewise.
	* include/ext/numeric_traits.h: Likewise.
	* include/ext/pb_ds/assoc_container.hpp: Likewise.
	* include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp:
	Likewise.
	* include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp:
	Likewise.
	* include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Likewise.
	* include/ext/pb_ds/detail/basic_types.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Likewise.
	* include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Likewise.
	* include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/cond_dealtor.hpp: Likewise.
	* include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/container_base_dispatch.hpp: Likewise.
	* include/ext/pb_ds/detail/debug_map_base.hpp: Likewise.
	* include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Likewise.
	* include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp:
	Likewise.
	* include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp:
	Likewise.
	* include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp:
	Likewise.
	* include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp:
	Likewise.
	* include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp:
	Likewise.
	* include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp:
	Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp:
	Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp:
	Likewise.
	* include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp:
