annotate DEPENDENCIES/generic/include/boost/fusion/functional/adapter/limits.hpp @ 120:4729c8589274 emscripten-piper

Add piper builds
author Chris Cannam
date Fri, 11 Nov 2016 15:49:32 +0000
parents 2665513ce2d3
children
rev   line source
Chris@16 1 /*=============================================================================
Chris@16 2 Copyright (c) 2006-2007 Tobias Schwinger
Chris@16 3
Chris@16 4 Use modification and distribution are subject to the Boost Software
Chris@16 5 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Chris@16 6 http://www.boost.org/LICENSE_1_0.txt).
Chris@16 7 ==============================================================================*/
Chris@16 8
Chris@16 9 #if !defined(BOOST_FUSION_FUNCTIONAL_ADAPTER_LIMITS_HPP_INCLUDED)
Chris@16 10 # define BOOST_FUSION_FUNCTIONAL_ADAPTER_LIMITS_HPP_INCLUDED
Chris@16 11
Chris@16 12 # include <boost/fusion/container/vector/limits.hpp>
Chris@16 13
Chris@16 14 # if !defined(BOOST_FUSION_UNFUSED_MAX_ARITY)
Chris@16 15 # define BOOST_FUSION_UNFUSED_MAX_ARITY 6
Chris@16 16 # elif BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY > FUSION_MAX_VECTOR_SIZE
Chris@16 17 # error "BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY > FUSION_MAX_VECTOR_SIZE"
Chris@16 18 # endif
Chris@16 19 # if !defined(BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY)
Chris@16 20 # define BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY 6
Chris@16 21 # elif BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY > FUSION_MAX_VECTOR_SIZE
Chris@16 22 # error "BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY > FUSION_MAX_VECTOR_SIZE"
Chris@16 23 # endif
Chris@16 24
Chris@16 25 #endif
Chris@16 26