This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
complexl.cc and _GLIBCPP_LONG_LONG
- To: libstdc++ at sources dot redhat dot com
- Subject: complexl.cc and _GLIBCPP_LONG_LONG
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Mon, 16 Oct 2000 23:02:18 -0400
complexl.cc tests the c++config.h-defined macro _GLIBCPP_LONG_LONG
for the presence of long double support, but the macro has no relationship
to long double support, only long long int support.
What was intended? How should long double support be detected?
David