|
||||
File indexing completed on 2025-01-31 10:02:18
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_LEXERTL_MAR_17_2007_1008PM) 0007 #define BOOST_SPIRIT_LEX_LEXERTL_MAR_17_2007_1008PM 0008 0009 #if defined(_MSC_VER) 0010 #pragma once 0011 #endif 0012 0013 // These includes make available everything needed to use lexertl either 0014 // standalone or as a lexer component for spirit::qi 0015 #include <boost/spirit/home/lex.hpp> 0016 #include <boost/spirit/home/lex/lexer/lexertl/lexer.hpp> 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |