]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_function.h: Remove two lines of comments; adjust copyright years.
authorPaolo Carlini <pcarlini@unitus.it>
Sun, 6 Jan 2002 09:14:15 +0000 (10:14 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 6 Jan 2002 09:14:15 +0000 (09:14 +0000)
2002-01-06  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_function.h:  Remove two lines of comments;
adjust copyright years.

From-SVN: r48579

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_function.h

index 5dbf8df76b7fa3c3ec409fbdf9bcafe5105e668a..4326fcbe9abc45b68dac675e2e0090b64658b568 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-06  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/bits/stl_function.h:  Remove two lines of comments;
+       adjust copyright years.
+
 2002-01-04  Benjamin  Kosnik  <bkoz@redhat.com>
 
        * include/Makefile.am (std_headers): Remove cXXX from list.
index a017189d4938c527a924928b59075c36f89dfcd7..9ea975d4a8dc82c397576592938e0c8b42428d9d 100644 (file)
@@ -1,6 +1,6 @@
 // Functor implementations -*- C++ -*-
 
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -521,8 +521,6 @@ struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type>
  *  All of this complexity is in the function objects themselves.  You can
  *   ignore it by using the helper function mem_fun and mem_fun_ref,
  *   which create whichever type of adaptor is appropriate.
- *   (mem_fun1 and mem_fun1_ref are no longer part of the C++ standard,
- *   but they are provided for backward compatibility.)
  *
  *  @{
 */