|
||||
File indexing completed on 2025-01-31 10:02:17
0001 // Copyright (c) 2001-2011 Hartmut Kaiser 0002 // 0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #if !defined(BOOST_SPIRIT_LEX_TERMINALS_APR_20_2009_0550PM) 0007 #define BOOST_SPIRIT_LEX_TERMINALS_APR_20_2009_0550PM 0008 0009 #if defined(_MSC_VER) 0010 #pragma once 0011 #endif 0012 0013 #include <boost/spirit/home/support/common_terminals.hpp> 0014 0015 namespace boost { namespace spirit { namespace lex 0016 { 0017 /////////////////////////////////////////////////////////////////////////// 0018 // Define a more convenient name for an omitted token attribute type 0019 typedef spirit::omit_type omit; 0020 using spirit::omit_type; 0021 }}} 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |