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:
parent
bb403d6917
commit
926479c2b1
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue