This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Just as a clarification (or complication ;-)) the TR1 complex.h will most likely be a little different than the C++0X complex.h. The TR1 complex.h has:
and provides sufïcient using declarations to declare in the
global namespace all function and type names declared or deïned in the neader <complex>.
However:
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#551
is currently set to remove that clause. I glanced through the patch and I believe you have the C++0X definition of complex.h (which is what I recommend).
I also glanced at tgmath.h. I could be mistaken but it doesn't look right to me in the patch. It should be:
#include <complex.h> // or <ccomplex> #include <math.h>
It currently looks like it includes <cmath> instead of <math.h>.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |