Warning, file /include/boost/spirit/home/support/iterators/ostream_iterator.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
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