]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/mpl/aux_/adl_barrier.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
eaf32e65a83de4f54d3c3efc2702ed4ba4822e6c
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / mpl / aux_ / adl_barrier.hpp
1 \r
2 #ifndef BOOST_MPL_AUX_ADL_BARRIER_HPP_INCLUDED\r
3 #define BOOST_MPL_AUX_ADL_BARRIER_HPP_INCLUDED\r
4 \r
5 // Copyright Aleksey Gurtovoy 2002-2004\r
6 //\r
7 // Distributed under the Boost Software License, Version 1.0. \r
8 // (See accompanying file LICENSE_1_0.txt or copy at \r
9 // http://www.boost.org/LICENSE_1_0.txt)\r
10 //\r
11 // See http://www.boost.org/libs/mpl for documentation.\r
12 \r
13 // $Id: adl_barrier.hpp 49267 2008-10-11 06:19:02Z agurtovoy $\r
14 // $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $\r
15 // $Revision: 49267 $\r
16 \r
17 #include <boost/mpl/aux_/config/adl.hpp>\r
18 #include <boost/mpl/aux_/config/gcc.hpp>\r
19 #include <boost/mpl/aux_/config/workaround.hpp>\r
20 \r
21 #if !defined(BOOST_MPL_CFG_NO_ADL_BARRIER_NAMESPACE)\r
22 \r
23 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE mpl_\r
24 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN namespace mpl_ {\r
25 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_CLOSE }\r
26 #   define BOOST_MPL_AUX_ADL_BARRIER_DECL(type) \\r
27     namespace boost { namespace mpl { \\r
28     using ::BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::type; \\r
29     } } \\r
30 /**/\r
31 \r
32 #if !defined(BOOST_MPL_PREPROCESSING_MODE)\r
33 namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE { namespace aux {} }\r
34 namespace boost { namespace mpl { using namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE; \r
35 namespace aux { using namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::aux; }\r
36 }}\r
37 #endif\r
38 \r
39 #else // BOOST_MPL_CFG_NO_ADL_BARRIER_NAMESPACE\r
40 \r
41 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE boost::mpl\r
42 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN namespace boost { namespace mpl {\r
43 #   define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_CLOSE }}\r
44 #   define BOOST_MPL_AUX_ADL_BARRIER_DECL(type) /**/\r
45 \r
46 #endif\r
47 \r
48 #endif // BOOST_MPL_AUX_ADL_BARRIER_HPP_INCLUDED\r