Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-19 09:47:35

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_KARMA_DETAIL_ENABLE_LIT_JAN_06_2011_1009PM)
0007 #define BOOST_SPIRIT_KARMA_DETAIL_ENABLE_LIT_JAN_06_2011_1009PM
0008 
0009 #if defined(_MSC_VER)
0010 #pragma once
0011 #endif
0012 
0013 #include <boost/spirit/home/karma/domain.hpp>
0014 #include <boost/spirit/home/karma/generator.hpp>
0015 #include <boost/spirit/home/karma/meta_compiler.hpp>
0016 #include <boost/spirit/home/karma/auxiliary/lazy.hpp>
0017 #include <boost/fusion/include/vector.hpp>
0018 #include <boost/spirit/home/support/string_traits.hpp>
0019 #include <boost/spirit/home/support/common_terminals.hpp>
0020 
0021 namespace boost { namespace spirit
0022 {
0023     // enables lazy lit(...) for karma
0024     template <>
0025     struct use_lazy_terminal<karma::domain, tag::lit, 1> 
0026       : mpl::true_ {};
0027 }}
0028 
0029 #endif
0030