File indexing completed on 2025-01-31 10:02:49
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #ifndef BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_KEYWORDS_HPP_101512GER
0013 #define BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_KEYWORDS_HPP_101512GER
0014
0015
0016 #include <boost/test/data/config.hpp>
0017 #include <boost/test/utils/named_params.hpp>
0018
0019 #include <boost/test/detail/suppress_warnings.hpp>
0020
0021
0022
0023 namespace boost {
0024 namespace unit_test {
0025 namespace data {
0026
0027 namespace {
0028 nfp::keyword<struct begin_t> begin BOOST_ATTRIBUTE_UNUSED;
0029 nfp::keyword<struct end_t> end BOOST_ATTRIBUTE_UNUSED;
0030 nfp::keyword<struct step_t> step BOOST_ATTRIBUTE_UNUSED;
0031 }
0032
0033 }
0034 }
0035 }
0036
0037 #include <boost/test/detail/enable_warnings.hpp>
0038
0039 #endif