Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef BOOST_CONFIG_COMPLEX
00014 # define BOOST_CONFIG_COMPLEX
00015
00016 # ifndef BOOST_TR1_NO_RECURSION
00017 # define BOOST_TR1_NO_RECURSION
00018 # define BOOST_CONFIG_NO_COMPLEX_RECURSION
00019 # endif
00020
00021 # include <complex>
00022
00023 # ifdef BOOST_CONFIG_NO_COMPLEX_RECURSION
00024 # undef BOOST_TR1_NO_RECURSION
00025 # undef BOOST_CONFIG_NO_COMPLEX_RECURSION
00026 # endif
00027
00028 #endif