summaryrefslogtreecommitdiff
path: root/boost/hof/detail/recursive_constexpr_depth.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hof/detail/recursive_constexpr_depth.hpp')
-rw-r--r--boost/hof/detail/recursive_constexpr_depth.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/boost/hof/detail/recursive_constexpr_depth.hpp b/boost/hof/detail/recursive_constexpr_depth.hpp
new file mode 100644
index 0000000000..1f4e630d35
--- /dev/null
+++ b/boost/hof/detail/recursive_constexpr_depth.hpp
@@ -0,0 +1,19 @@
+/*=============================================================================
+ Copyright (c) 2016 Paul Fultz II
+ recursive_constexpr_depth.hpp
+ 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)
+==============================================================================*/
+
+#ifndef BOOST_HOF_GUARD_RECURSIVE_CONSTEXPR_DEPTH_HPP
+#define BOOST_HOF_GUARD_RECURSIVE_CONSTEXPR_DEPTH_HPP
+
+#ifndef BOOST_HOF_RECURSIVE_CONSTEXPR_DEPTH
+#define BOOST_HOF_RECURSIVE_CONSTEXPR_DEPTH 16
+#endif
+
+namespace boost { namespace hof {
+
+}} // namespace boost::hof
+
+#endif