std_complex.h: Default initialize second argument of polar to 0, as specified in...
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 19 Oct 2001 18:43:34 +0000 (18:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 19 Oct 2001 18:43:34 +0000 (18:43 +0000)
2001-10-19  Brendan Kehoe  <brendan@zen.org>

        * include/bits/std_complex.h: Default initialize second argument
of polar to 0, as specified in Library DR #79

From-SVN: r46354

libstdc++-v3/ChangeLog

index af6372c..5b17ebe 100644 (file)
@@ -1,4 +1,4 @@
-2001-08-19  Brendan Kehoe  <brendan@zen.org>
+2001-10-19  Brendan Kehoe  <brendan@zen.org>
 
         * include/bits/std_complex.h: Default initialize second argument
        of polar to 0, as specified in Library DR #79