]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_function.h: ...
authorPeter Doerfler <doerfler@techinfo.rwth-aachen.de>
Mon, 6 Jun 2005 10:00:34 +0000 (10:00 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 6 Jun 2005 10:00:34 +0000 (10:00 +0000)
2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

* include/bits/stl_function.h: ... and another one.

From-SVN: r100657

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

index 2e1cdc03fbadc32bfb01658226f3b4a15d204d7e..442fb3f6b6c8091885dbae7104da58334012f529 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
+
+       * include/bits/stl_function.h: ... and another one.
+
 2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
 
        * include/bits/stl_function.h: Fix typo in comment.
index e72d7c1c2765efb8db892bfa1d9ff2e6b17b741c..fbd22c3c8b5b3dda727a72fb8ca6aea0c0e09dbc 100644 (file)
@@ -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