valarray_array.h (__valarray_sum): Make inline.
2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com> * std/valarray_array.h(__valarray_sum): Make inline. From-SVN: r35071
This commit is contained in:
parent
891a3cfe7b
commit
aae3f0dafd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* std/valarray_array.h(__valarray_sum): Make inline.
|
||||
|
||||
2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* std/valarray_array.h (__valarray_get_memory,
|
||||
|
|
|
@ -281,7 +281,7 @@ __valarray_copy (const _Tp* __restrict__ __a, size_t __n,
|
|||
|
||||
// Compute the product of all elements in range [__f, __l)
|
||||
template<typename _Tp>
|
||||
_Tp
|
||||
inline _Tp
|
||||
__valarray_product(const _Tp* __restrict__ __f,
|
||||
const _Tp* __restrict__ __l)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue