diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2002-01-06 10:14:15 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2002-01-06 09:14:15 +0000 |
commit | 9efc7479a2d31964be153f018848774d4b89d9b9 (patch) | |
tree | e691eb18a3dd6b4066532baaaf3073f2ee248b2d | |
parent | c0b65ff15cadf6e009f0689cbdc5a2e3cb05f1cb (diff) | |
download | gcc-9efc7479a2d31964be153f018848774d4b89d9b9.zip gcc-9efc7479a2d31964be153f018848774d4b89d9b9.tar.gz gcc-9efc7479a2d31964be153f018848774d4b89d9b9.tar.bz2 |
stl_function.h: Remove two lines of comments; adjust copyright years.
2002-01-06 Paolo Carlini <pcarlini@unitus.it>
* include/bits/stl_function.h: Remove two lines of comments;
adjust copyright years.
From-SVN: r48579
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/stl_function.h | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5dbf8df..4326fcb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/include/bits/stl_function.h b/libstdc++-v3/include/bits/stl_function.h index a017189..9ea975d 100644 --- a/libstdc++-v3/include/bits/stl_function.h +++ b/libstdc++-v3/include/bits/stl_function.h @@ -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.) * * @{ */ |