aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorDirk Mueller <dmuell@gmx.net>2001-02-13 16:09:05 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-02-13 16:09:05 +0000
commitf4483e8502f0fa703045992a8bfbe9187a3206e5 (patch)
tree341243034e8c7f136f1c4cc83c0f99b820783884 /libstdc++-v3
parent1698bba11f04b5c238eba4a3933bc3f63408d4c2 (diff)
downloadgcc-f4483e8502f0fa703045992a8bfbe9187a3206e5.zip
gcc-f4483e8502f0fa703045992a8bfbe9187a3206e5.tar.gz
gcc-f4483e8502f0fa703045992a8bfbe9187a3206e5.tar.bz2
function.h: Do not use rel_ops for older headers either.
2001-02-13 Dirk Mueller <dmuell@gmx.net> Phil Edwards <pme@sources.redhat.com> * include/backward/function.h: Do not use rel_ops for older headers either. * include/backward/pair.h: Likewise. Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r39637
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog7
-rw-r--r--libstdc++-v3/include/backward/function.h13
-rw-r--r--libstdc++-v3/include/backward/pair.h3
3 files changed, 7 insertions, 16 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index e2e4a41..53606ea 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-13 Dirk Mueller <dmuell@gmx.net>
+ Phil Edwards <pme@sources.redhat.com>
+
+ * include/backward/function.h: Do not use rel_ops for older
+ headers either.
+ * include/backward/pair.h: Likewise.
+
2001-02-12 Mark Mitchell <mark@codesourcery.com>
* src/locale.cc: Remove bogus locale::id definitions.
diff --git a/libstdc++-v3/include/backward/function.h b/libstdc++-v3/include/backward/function.h
index 7988ae9..f3c6afd 100644
--- a/libstdc++-v3/include/backward/function.h
+++ b/libstdc++-v3/include/backward/function.h
@@ -30,24 +30,11 @@
#ifndef _CPP_BITS_STL_CONFIG_H
#include <bits/stl_config.h>
#endif
-#ifndef _CPP_BITS_STL_RELOPS
-#include <bits/stl_relops.h>
-#endif
#include <stddef.h>
#ifndef _CPP_BITS_STL_FUNCTION_H
#include <bits/stl_function.h>
#endif
-#ifdef __STL_USE_NAMESPACE_FOR_RELOPS
-
-// Names from stl_relops.h
-using __STD_RELOPS::operator!=;
-using __STD_RELOPS::operator>;
-using __STD_RELOPS::operator<=;
-using __STD_RELOPS::operator>=;
-
-#endif /* __STL_USE_NAMESPACE_FOR_RELOPS */
-
#ifdef __STL_USE_NAMESPACES
// Names from stl_function.h
diff --git a/libstdc++-v3/include/backward/pair.h b/libstdc++-v3/include/backward/pair.h
index 275a205..8ecee3c 100644
--- a/libstdc++-v3/include/backward/pair.h
+++ b/libstdc++-v3/include/backward/pair.h
@@ -30,9 +30,6 @@
#ifndef _CPP_BITS_STL_CONFIG_H
#include <bits/stl_config.h>
#endif
-#ifndef _CPP_BITS_STL_RELOPS_H
-#include <bits/stl_relops.h>
-#endif
#ifndef _CPP_BITS_STL_PAIR_H
#include <bits/stl_pair.h>
#endif