From: Benjamin Kosnik Date: Fri, 19 Oct 2001 18:43:34 +0000 (+0000) Subject: std_complex.h: Default initialize second argument of polar to 0, as specified in... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d51feceac1e7388aec95a28e7bea9f009c123cd0;p=gcc.git std_complex.h: Default initialize second argument of polar to 0, as specified in Library DR #79 2001-10-19 Brendan Kehoe * include/bits/std_complex.h: Default initialize second argument of polar to 0, as specified in Library DR #79 From-SVN: r46354 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index af6372cb51e..5b17ebeadc7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,4 +1,4 @@ -2001-08-19 Brendan Kehoe +2001-10-19 Brendan Kehoe * include/bits/std_complex.h: Default initialize second argument of polar to 0, as specified in Library DR #79