recursive_constexpr_depth.hpp 666 B

12345678910111213141516171819
  1. /*=============================================================================
  2. Copyright (c) 2016 Paul Fultz II
  3. recursive_constexpr_depth.hpp
  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. #ifndef BOOST_HOF_GUARD_RECURSIVE_CONSTEXPR_DEPTH_HPP
  8. #define BOOST_HOF_GUARD_RECURSIVE_CONSTEXPR_DEPTH_HPP
  9. #ifndef BOOST_HOF_RECURSIVE_CONSTEXPR_DEPTH
  10. #define BOOST_HOF_RECURSIVE_CONSTEXPR_DEPTH 16
  11. #endif
  12. namespace boost { namespace hof {
  13. }} // namespace boost::hof
  14. #endif