dep_signature_impl_spec.inl

来自「机器人开源项目orocos的源代码」· INL 代码 · 共 25 行

INL
25
字号
// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).//------------------------------------------------------------------------------// Dependecies common for both preprocessed and preprocessing mode versions// are kept separate to allow easier preprocessing.//------------------------------------------------------------------------------#if   BOOST_FT_MAX_ARITY <=  8#   include <boost/mpl/vector/vector10.hpp>#elif BOOST_FT_MAX_ARITY <= 18#   include <boost/mpl/vector/vector20.hpp>#elif BOOST_FT_MAX_ARITY <= 28#   include <boost/mpl/vector/vector30.hpp>#elif BOOST_FT_MAX_ARITY <= 38#   include <boost/mpl/vector/vector40.hpp>#elif BOOST_FT_MAX_ARITY <= 48#   include <boost/mpl/vector/vector50.hpp>#else#   error "Default limit of mpl::vector exceeded."#endif//------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?