CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 12:19:00
Modified files:
gnu/lib/libstdc++/libstdc++/include/bits: locale_facets.tcc
Log message:
Remove unneeded include; fixes build problems with some ports that
#include <math.h> and expect the C99 macros in that file to be available in
the global namespace. This include was removed upstream some time after
the libstdc++ we use was released.
ok naddy@
