File indexing completed on 2025-01-18 09:52:30
0001
0002
0003
0004
0005
0006 #if !defined(BOOST_SPIRIT_REPOSITORY_SUPPORT_CONFIX_APR_28_2009_0110PM)
0007 #define BOOST_SPIRIT_REPOSITORY_SUPPORT_CONFIX_APR_28_2009_0110PM
0008
0009 #if defined(_MSC_VER)
0010 #pragma once
0011 #endif
0012
0013 #include <boost/spirit/home/support/terminal.hpp>
0014
0015 namespace boost { namespace spirit { namespace repository
0016 {
0017
0018 BOOST_SPIRIT_DEFINE_TERMINALS_NAME_EX(( confix, confix_type ))
0019
0020 }}}
0021
0022 #endif