valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh.
authorGabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
Fri, 19 Nov 1999 01:40:12 +0000 (02:40 +0100)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 19 Nov 1999 01:40:12 +0000 (01:40 +0000)
1999-11-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
        to define tanh.

From-SVN: r30580

libstdc++/ChangeLog
libstdc++/std/valarray_meta.h

index 2a222ce..33bf6d5 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
+
+       * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget
+       to define tanh. 
+
 Sun Nov 14 09:47:51 1999  H.J. Lu  <hjl@gnu.org>
 
        * Makefile.in ($(OBJS)): Depend on stamp-picdir.
index 0d6b093..48fb213 100644 (file)
@@ -936,7 +936,8 @@ _Name(const valarray<_Tp>& __v)                                         \
     _DEFINE_EXPR_UNARY_FUNCTION(sin)
     _DEFINE_EXPR_UNARY_FUNCTION(asin)
     _DEFINE_EXPR_UNARY_FUNCTION(sinh)    
-    _DEFINE_EXPR_UNARY_FUNCTION(tan)    
+    _DEFINE_EXPR_UNARY_FUNCTION(tan)
+    _DEFINE_EXPR_UNARY_FUNCTION(tanh)
     _DEFINE_EXPR_UNARY_FUNCTION(atan)
     _DEFINE_EXPR_UNARY_FUNCTION(exp)    
     _DEFINE_EXPR_UNARY_FUNCTION(log)