Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:46:46

0001 /*==============================================================================
0002     Copyright (c) 2011 Hartmut Kaiser
0003 
0004     Distributed under the Boost Software License, Version 1.0. (See accompanying
0005     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 ==============================================================================*/
0007 
0008 #if !defined(BOOST_PHOENIX_PREPROCESSED_SWITCH)
0009 #define BOOST_PHOENIX_PREPROCESSED_SWITCH
0010 
0011 #if BOOST_PHOENIX_LIMIT <= 10
0012 #include <boost/phoenix/statement/detail/preprocessed/switch_10.hpp>
0013 #elif BOOST_PHOENIX_LIMIT <= 20
0014 #include <boost/phoenix/statement/detail/preprocessed/switch_20.hpp>
0015 #elif BOOST_PHOENIX_LIMIT <= 30
0016 #include <boost/phoenix/statement/detail/preprocessed/switch_30.hpp>
0017 #elif BOOST_PHOENIX_LIMIT <= 40
0018 #include <boost/phoenix/statement/detail/preprocessed/switch_40.hpp>
0019 #elif BOOST_PHOENIX_LIMIT <= 50
0020 #include <boost/phoenix/statement/detail/preprocessed/switch_50.hpp>
0021 #else
0022 #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
0023 #endif
0024 
0025 #endif