From 926479c2b153f2fd729e9edbfccc4c2b28d048a0 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 19 Jul 2002 00:51:42 -0400 Subject: [PATCH] e * bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of _Nname to _Name. From-SVN: r55578 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/bits/slice_array.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 \ -- 2.30.2