From: Brendan Kehoe Date: Fri, 19 Jul 2002 04:51:42 +0000 (-0400) Subject: e X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=926479c2b153f2fd729e9edbfccc4c2b28d048a0;p=gcc.git e * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of _Nname to _Name. From-SVN: r55578 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3ca8df1a574..ad336c90538 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-07-18 Brendan Kehoe + + * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of + _Nname to _Name. + 2002-07-19 Gabriel Dos Reis DR/123 diff --git a/libstdc++-v3/include/bits/slice_array.h b/libstdc++-v3/include/bits/slice_array.h index cc4ce5d5997..a8e6c758d64 100644 --- a/libstdc++-v3/include/bits/slice_array.h +++ b/libstdc++-v3/include/bits/slice_array.h @@ -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 \ inline void \ slice_array<_Tp>::operator _Op##= (const valarray<_Tp>& __v) const \