This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Keep the macro "complex" in C++03
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Marc Glisse <marc dot glisse at inria dot fr>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 13 Feb 2013 22:12:36 +0100
- Subject: Re: Keep the macro "complex" in C++03
- References: <alpine.DEB.2.02.1302132036420.20716@stedding.saclay.inria.fr>
Hi,
>2013-02-13 Marc Glisse <marc.glisse@inria.fr>
>
> PR libstdc++/56111
> * include/std/complex (complex): Undefine.
> * include/c_compatibility/complex.h (complex): Only undefine if
> <complex> has been included.
> * testsuite/26_numerics/complex/56111.cc: New testcase.
Patch is Ok, thanks. You may want to remove the test variable: it serves no purpose in a dg-do compile testcase with no VERIFYs in it.
Thanks again!
Paolo