diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2004-03-12 12:19:28 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2004-03-12 12:19:28 +0000 |
commit | e36280014222c0e61676da5ca2a3124b5972029c (patch) | |
tree | 8b9ce19b62bf1aed33742ffb17524064a39a7784 | |
parent | 79b4b7d2fd5e4b4ffd9db402bae96ac1f71c9154 (diff) | |
download | gcc-e36280014222c0e61676da5ca2a3124b5972029c.tar.gz |
2004-03-12 Paolo Carlini <pcarlini@suse.de>
* Fix address in Steven's Changelog entry.
From-SVN: r79381
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 818842c97d3..3213a843428 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -20,7 +20,7 @@ const complex&)): Fully qualify with std:: a few calls. * testsuite/26_numerics/complex/13450.cc: Minor tweak. -2004-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl> +2004-03-11 Steven Bosscher <stevenb@suse.de> PR libstdc++/11706 * include/c_std/cmath.tcc (__cmath_power): Define inline. |