1 // (C) Copyright John Maddock 2005.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 #ifndef BOOST_TR1_COMPLEX_INCLUDED
8 # define BOOST_TR1_COMPLEX_INCLUDED
9 # ifndef BOOST_TR1_NO_RECURSION
10 # define BOOST_TR1_NO_RECURSION
11 # define BOOST_TR1_NO_COMPLEX_RECURSION
13 # include <boost/tr1/detail/config_all.hpp>
14 # if defined(BOOST_HAS_INCLUDE_NEXT) && !defined(BOOST_TR1_DISABLE_INCLUDE_NEXT)
15 # include_next <complex>
17 # include BOOST_TR1_STD_HEADER(complex)
19 # ifdef BOOST_TR1_NO_COMPLEX_RECURSION
20 # undef BOOST_TR1_NO_COMPLEX_RECURSION
21 # undef BOOST_TR1_NO_RECURSION
25 #if !defined(BOOST_TR1_FULL_COMPLEX_INCLUDED) && !defined(BOOST_TR1_NO_RECURSION)
26 # define BOOST_TR1_FULL_COMPLEX_INCLUDED
27 # define BOOST_TR1_NO_RECURSION
28 # include <boost/tr1/complex.hpp>
29 # undef BOOST_TR1_NO_RECURSION