cmath.hpp cmath /usr/include/gecode/third-party/boost/numeric/interval/arith2.hpp /usr/include/gecode/third-party/boost/numeric/interval/rounded_arith.hpp /usr/include/gecode/third-party/boost/numeric/interval/rounded_transc.hpp BOOST_TR1_NO_RECURSION BOOST_CONFIG_NO_CMATH_RECURSION //(C)CopyrightJohnMaddock2008. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) // //Theaimofthisheaderisjusttoinclude<cmath>buttodo //soinawaythatdoesnotresultinrecursiveinclusionof //theBoostTR1componentsifboost/tr1/tr1/cmathisinthe //includesearchpath.Wehavetodothistoavoidcircular //dependencies: // #ifndefBOOST_CONFIG_CMATH #defineBOOST_CONFIG_CMATH #ifndefBOOST_TR1_NO_RECURSION #defineBOOST_TR1_NO_RECURSION #defineBOOST_CONFIG_NO_CMATH_RECURSION #endif #include<cmath> #ifdefBOOST_CONFIG_NO_CMATH_RECURSION #undefBOOST_TR1_NO_RECURSION #undefBOOST_CONFIG_NO_CMATH_RECURSION #endif #endif