Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-31 10:02:49

0001 //  (C) Copyright Gennadiy Rozental 2001.
0002 //  Distributed under the Boost Software License, Version 1.0.
0003 //  (See accompanying file LICENSE_1_0.txt or copy at
0004 //  http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 //  See http://www.boost.org/libs/test for the library home page.
0007 //
0008 ///@file
0009 /// Keywords used in generator interfaces
0010 // ***************************************************************************
0011 
0012 #ifndef BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_KEYWORDS_HPP_101512GER
0013 #define BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_KEYWORDS_HPP_101512GER
0014 
0015 // Boost.Test
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 } // local namespace
0032 
0033 } // namespace data
0034 } // namespace unit_test
0035 } // namespace boost
0036 
0037 #include <boost/test/detail/enable_warnings.hpp>
0038 
0039 #endif // BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_KEYWORDS_HPP_101512GER