d0ebb6236c2a845fa71e139c8c3135be31579983
[gcc.git] / libstdc++-v3 / src / complexl.cc
1 #include <bits/c++config.h>
2 #ifdef _GLIBCPP_USE_LONG_DOUBLE
3 /* We compile these functions only when we have the long double functions
4 available. */
5 #define FLT long double
6 #include "complex.cc"
7 #endif