diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-25 21:24:07 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-25 21:24:07 +0000 |
commit | cd13c6c87f2311822be0c34692e5c56a4ea98912 (patch) | |
tree | a039de12bfd4eeff34cc614e672b47db2b9744e7 /libstdc++-v3/doc/xml | |
parent | 542c9babc5b563b0b7d49083a3b0401995389617 (diff) | |
download | gcc-cd13c6c87f2311822be0c34692e5c56a4ea98912.tar.gz |
2013-07-25 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/complex (pow(const complex<>&, int)): Enable in
C++11 mode too.
* testsuite/26_numerics/complex/dr844.cc: Adjust.
* doc/xml/manual/intro.xml: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/intro.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index d4f9dec24b5..cb141865780 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -791,12 +791,6 @@ requirements of the license of GCC. <listitem><para>Add the overload. </para></listitem></varlistentry> - <varlistentry><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../ext/lwg-defects.html#844">844</link>: - <emphasis>complex pow return type is ambiguous</emphasis> - </term> - <listitem><para>In C++11 mode, remove the pow(complex<T>, int) signature. - </para></listitem></varlistentry> - <varlistentry><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../ext/lwg-defects.html#853">853</link>: <emphasis>to_string needs updating with zero and one</emphasis> </term> |