]> gcc.gnu.org Git - gcc.git/commitdiff
e <brendan@zen.org>
authorBrendan Kehoe <brendan@zen.org>
Fri, 19 Jul 2002 04:51:42 +0000 (00:51 -0400)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 19 Jul 2002 04:51:42 +0000 (04:51 +0000)
        * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
        _Nname to _Name.

From-SVN: r55578

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

index 3ca8df1a57449f3794bc538ef14dc79f03591d4d..ad336c90538debdd2f9656f3f75ce004a7e84da4 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-18  Brendan Kehoe  <brendan@zen.org>
+
+       * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
+       _Nname to _Name.
+       
 2002-07-19  Gabriel Dos Reis  <gdr@nerim.net>
 
        DR/123
index cc4ce5d5997ec3b4bc0562df56ed0d83519e578c..a8e6c758d64eeb162f752acfca9929020eeff379 100644 (file)
@@ -178,7 +178,7 @@ namespace std
     { __valarray_copy (__e, _M_sz, _M_array, _M_stride); }
 
 #undef _DEFINE_VALARRAY_OPERATOR
-#define _DEFINE_VALARRAY_OPERATOR(_Op,_Nname)                          \
+#define _DEFINE_VALARRAY_OPERATOR(_Op,_Name)                           \
 template<typename _Tp>                                                 \
 inline void                                                            \
 slice_array<_Tp>::operator _Op##= (const valarray<_Tp>& __v) const     \
This page took 0.067516 seconds and 5 git commands to generate.