/usr/include/boost/preprocessor/repetition
NameSizeModeActions
detail/-0755rm
deduce_r.hpp9170644editdlrm
deduce_z.hpp9210644editdlrm
enum.hpp30420644editdlrm
enum_binary_params.hpp27880644editdlrm
enum_params.hpp15280644editdlrm
enum_params_with_a_default.hpp8570644editdlrm
enum_params_with_defaults.hpp7780644editdlrm
enum_shifted.hpp36360644editdlrm
enum_shifted_binary_params.hpp29830644editdlrm
enum_shifted_params.hpp18850644editdlrm
enum_trailing.hpp35900644editdlrm
enum_trailing_binary_params.hpp29280644editdlrm
enum_trailing_params.hpp18530644editdlrm
for.hpp171230644editdlrm
repeat.hpp608180644editdlrm
repeat_from_to.hpp52580644editdlrm
Edit: /usr/include/boost/preprocessor/repetition/deduce_z.hpp (921B)
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * 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) # * * # ************************************************************************** */ # # /* See http://www.boost.org for most recent version. */ # # ifndef BOOST_PREPROCESSOR_REPETITION_DEDUCE_Z_HPP # define BOOST_PREPROCESSOR_REPETITION_DEDUCE_Z_HPP # # include # include # # /* BOOST_PP_DEDUCE_Z */ # # define BOOST_PP_DEDUCE_Z() BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4) # # endif