Back to home page

EIC code displayed by LXR

 
 

    


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

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_OSTREAM_ITERATOR_JAN_13_2010_0211PM)
0007 #define BOOST_SPIRIT_OSTREAM_ITERATOR_JAN_13_2010_0211PM
0008 
0009 #include <boost/spirit/home/karma/stream/ostream_iterator.hpp>
0010 
0011 namespace boost { namespace spirit 
0012 {
0013     typedef karma::ostream_iterator<char, char> ostream_iterator;
0014 }}
0015 
0016 #endif