e <brendan@zen.org>

* bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
        _Nname to _Name.

From-SVN: r55578
This commit is contained in:
Brendan Kehoe 2002-07-19 00:51:42 -04:00 committed by Gabriel Dos Reis
parent bb403d6917
commit 926479c2b1
2 changed files with 6 additions and 1 deletions

View 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

View 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 \