comparison DEPENDENCIES/generic/include/boost/phoenix/bind/preprocessed/bind_member_function.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 /*=============================================================================
2 Copyright (c) 2011 Hartmut Kaiser
3
4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 ==============================================================================*/
7
8 #if !defined(BOOST_PHOENIX_PREPROCESSED_BIND_MEMBER_FUNCTION_HPP)
9 #define BOOST_PHOENIX_PREPROCESSED_BIND_MEMBER_FUNCTION_HPP
10
11 #if BOOST_PHOENIX_LIMIT <= 10
12 #include <boost/phoenix/bind/preprocessed/bind_member_function_10.hpp>
13 #elif BOOST_PHOENIX_LIMIT <= 20
14 #include <boost/phoenix/bind/preprocessed/bind_member_function_20.hpp>
15 #elif BOOST_PHOENIX_LIMIT <= 30
16 #include <boost/phoenix/bind/preprocessed/bind_member_function_30.hpp>
17 #elif BOOST_PHOENIX_LIMIT <= 40
18 #include <boost/phoenix/bind/preprocessed/bind_member_function_40.hpp>
19 #elif BOOST_PHOENIX_LIMIT <= 50
20 #include <boost/phoenix/bind/preprocessed/bind_member_function_50.hpp>
21 #else
22 #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
23 #endif
24
25 #endif