Chris@16: /*============================================================================= Chris@16: Copyright (c) 2001-2011 Joel de Guzman 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(SPIRIT_ENCODING_MARCH_05_2010_0528PM) Chris@16: #define SPIRIT_ENCODING_MARCH_05_2010_0528PM 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: Chris@16: namespace boost { namespace spirit Chris@16: { Chris@16: /////////////////////////////////////////////////////////////////////////// Chris@16: // Enablers Chris@16: /////////////////////////////////////////////////////////////////////////// Chris@16: template Chris@16: struct use_directive< Chris@16: qi::domain, tag::char_code > // enables encoding Chris@16: : mpl::true_ {}; Chris@16: Chris@16: template Chris@16: struct is_modifier_directive > Chris@16: : mpl::true_ {}; Chris@16: }} Chris@16: Chris@16: #endif