Chris@16: // Copyright (c) 2001-2011 Joel de Guzman Chris@16: // Copyright (c) 2001-2011 Hartmut Kaiser Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #if !defined(BOOST_SPIRIT_LEX_DOMAIN_MAR_13_2007_0140PM) Chris@16: #define BOOST_SPIRIT_LEX_DOMAIN_MAR_13_2007_0140PM Chris@16: Chris@16: #if defined(_MSC_VER) Chris@16: #pragma once Chris@16: #endif Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: namespace boost { namespace spirit { namespace lex Chris@16: { Chris@16: // lex's domain Chris@16: struct domain {}; Chris@16: Chris@16: // bring in some of spirit parts into spirit::lex Chris@16: using spirit::unused; Chris@16: using spirit::unused_type; Chris@16: using spirit::compile; Chris@16: using spirit::info; Chris@16: Chris@16: }}} Chris@16: Chris@16: #endif