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_FUNCTION_OPERATOR)
9 #define BOOST_PHOENIX_PREPROCESSED_FUNCTION_OPERATOR
10 
11 #if BOOST_PHOENIX_LIMIT <= 10
12 #include <boost/phoenix/function/detail/preprocessed/function_operator_10.hpp>
13 #elif BOOST_PHOENIX_LIMIT <= 20
14 #include <boost/phoenix/function/detail/preprocessed/function_operator_20.hpp>
15 #elif BOOST_PHOENIX_LIMIT <= 30
16 #include <boost/phoenix/function/detail/preprocessed/function_operator_30.hpp>
17 #elif BOOST_PHOENIX_LIMIT <= 40
18 #include <boost/phoenix/function/detail/preprocessed/function_operator_40.hpp>
19 #elif BOOST_PHOENIX_LIMIT <= 50
20 #include <boost/phoenix/function/detail/preprocessed/function_operator_50.hpp>
21 #else
22 #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
23 #endif
24 
25 #endif
26