summaryrefslogtreecommitdiff
path: root/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:05:34 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:06:28 +0900
commit34bd32e225e2a8a94104489b31c42e5801cc1f4a (patch)
treed021b579a0c190354819974e1eaf0baa54b551f3 /boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp
parentf763a99a501650eff2c60288aa6f10ef916d769e (diff)
downloadboost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.gz
boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.bz2
boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.zip
Imported Upstream version 1.63.0upstream/1.63.0
Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp')
-rw-r--r--boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp b/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp
new file mode 100644
index 0000000000..0e5ebf9ef8
--- /dev/null
+++ b/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp
@@ -0,0 +1,25 @@
+/*=============================================================================
+ Copyright (c) 2011 Hartmut Kaiser
+
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+==============================================================================*/
+
+#if !defined(BOOST_PHOENIX_PREPROCESSED_BIND_DETAIL_FUNCTION_PTR_HPP)
+#define BOOST_PHOENIX_PREPROCESSED_BIND_DETAIL_FUNCTION_PTR_HPP
+
+#if BOOST_PHOENIX_LIMIT <= 10
+#include <boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_10.hpp>
+#elif BOOST_PHOENIX_LIMIT <= 20
+#include <boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_20.hpp>
+#elif BOOST_PHOENIX_LIMIT <= 30
+#include <boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_30.hpp>
+#elif BOOST_PHOENIX_LIMIT <= 40
+#include <boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_40.hpp>
+#elif BOOST_PHOENIX_LIMIT <= 50
+#include <boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_50.hpp>
+#else
+#error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
+#endif
+
+#endif