Commit 926479c2 by Brendan Kehoe Committed by Gabriel Dos Reis

e <brendan@zen.org>

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

From-SVN: r55578
parent bb403d69
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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment