function.h: Do not use rel_ops for older headers either.
authorDirk Mueller <dmuell@gmx.net>
Tue, 13 Feb 2001 16:09:05 +0000 (16:09 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Tue, 13 Feb 2001 16:09:05 +0000 (16:09 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/function.h
libstdc++-v3/include/backward/pair.h

index e2e4a4185fa71b1df9929d57ca09d2aa202e0a7a..53606eaaefdd468da953d93aea6122b66a49fbad 100644 (file)
@@ -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.
index 7988ae99c2b2fce0a408598b2cc7a437744214bb..f3c6afdf2100a7b9752d486d94e7f57abc8fc4a1 100644 (file)
 #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
index 275a205bb6ea935bcff263070e11815ce3c3bab7..8ecee3c8d7309ee66e65e0d45ee2515f620e0676 100644 (file)
@@ -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