From 50068e44dbcd09bfd732e0d78180bb3f8af27227 Mon Sep 17 00:00:00 2001 From: Peter Doerfler Date: Mon, 6 Jun 2005 10:00:34 +0000 Subject: [PATCH] stl_function.h: ... 2005-06-06 Peter Doerfler * include/bits/stl_function.h: ... and another one. From-SVN: r100657 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/stl_function.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2e1cdc03fba..442fb3f6b6c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-06-06 Peter Doerfler + + * include/bits/stl_function.h: ... and another one. + 2005-06-06 Peter Doerfler * include/bits/stl_function.h: Fix typo in comment. diff --git a/libstdc++-v3/include/bits/stl_function.h b/libstdc++-v3/include/bits/stl_function.h index e72d7c1c276..fbd22c3c8b5 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, 2002, 2004 Free Software Foundation, Inc. +// Copyright (C) 2001, 2002, 2004, 2005 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 @@ -360,7 +360,7 @@ namespace std /** @defgroup s20_3_6_binder Binder Classes * Binders turn functions/functors with two arguments into functors with * a single argument, storing an argument to be applied later. For - * example, an variable @c B of type @c binder1st is constructed from a + * example, a variable @c B of type @c binder1st is constructed from a * functor @c f and an argument @c x. Later, B's @c operator() is called * with a single argument @c y. The return value is the value of @c f(x,y). * @c B can be "called" with various arguments (y1, y2, ...) and will in