Warning, file /include/boost/spirit/repository/home/support/seek.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #ifndef BOOST_SPIRIT_REPOSITORY_SUPPORT_SEEK
0008 #define BOOST_SPIRIT_REPOSITORY_SUPPORT_SEEK
0009
0010 #if defined(_MSC_VER)
0011 #pragma once
0012 #endif
0013
0014
0015 #include <boost/spirit/home/support/terminal.hpp>
0016
0017
0018 namespace boost { namespace spirit { namespace repository
0019 {
0020
0021 BOOST_SPIRIT_DEFINE_TERMINALS_NAME(( seek, seek_type ))
0022
0023 }}}
0024
0025 #endif