Commit 9efc7479 by Paolo Carlini Committed by Paolo Carlini

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
parent c0b65ff1
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> 2002-01-04 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (std_headers): Remove cXXX from list. * include/Makefile.am (std_headers): Remove cXXX from list.
......
// Functor implementations -*- C++ -*- // 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 // 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 // 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> ...@@ -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 * 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, * ignore it by using the helper function mem_fun and mem_fun_ref,
* which create whichever type of adaptor is appropriate. * 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.)
* *
* @{ * @{
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment