OSDN Git Service

2007-11-20 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2007 14:06:53 +0000 (14:06 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Nov 2007 14:06:53 +0000 (14:06 +0000)
* include/bits/functional_hash.h: Do not include ext/numeric_traits.h.
* include/tr1/functional_hash.h: Likewise.
* include/std/functional: Include ext/type_traits.h.
* include/tr1/functional: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130314 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/functional_hash.h
libstdc++-v3/include/std/functional
libstdc++-v3/include/tr1/functional
libstdc++-v3/include/tr1/functional_hash.h

index 4de61c7..52e21d8 100644 (file)
@@ -1,5 +1,12 @@
 2007-11-20  Paolo Carlini  <pcarlini@suse.de>
 
+       * include/bits/functional_hash.h: Do not include ext/numeric_traits.h.
+       * include/tr1/functional_hash.h: Likewise.
+       * include/std/functional: Include ext/type_traits.h.
+       * include/tr1/functional: Likewise.
+
+2007-11-20  Paolo Carlini  <pcarlini@suse.de>
+
        * include/tr1_impl/functional_hash.h
        (hash<long double>::operator()(long double)): Only declare.
        * src/hash.cc: Define here.
index 7b0d81c..630a084 100644 (file)
@@ -45,8 +45,6 @@
 #  error C++0x header cannot be included from TR1 header
 #endif
 
-#include <ext/numeric_traits.h>
-
 #if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
 #  include <tr1_impl/functional_hash.h>
 #else
index 6b0ca04..ca5c2ea 100644 (file)
@@ -64,6 +64,7 @@
 #  include <type_traits>
 #  include <bits/stringfwd.h>
 #  include <bits/functional_hash.h>
+#  include <ext/type_traits.h>
 #  if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
 #    include <tr1_impl/functional>
 #  else
index fa3dc65..e5b5f3c 100644 (file)
@@ -49,6 +49,7 @@
 #include <tr1/type_traits>
 #include <bits/stringfwd.h>
 #include <tr1/functional_hash.h>
+#include <ext/type_traits.h>
 
 #if defined(_GLIBCXX_INCLUDE_AS_TR1)
 #  include <tr1_impl/functional>
index 946c966..a41b232 100644 (file)
@@ -41,8 +41,6 @@
 #  error TR1 header cannot be included from C++0x header
 #endif
 
-#include <ext/numeric_traits.h>
-
 #if defined(_GLIBCXX_INCLUDE_AS_TR1)
 #  include <tr1_impl/functional_hash.h>
 #else