File indexing completed on 2025-01-19 09:47:39
0001
0002
0003
0004
0005
0006 #if !defined(BOOST_SPIRIT_KARMA_DELIMIT_FLAG_DEC_02_2009_1201PM)
0007 #define BOOST_SPIRIT_KARMA_DELIMIT_FLAG_DEC_02_2009_1201PM
0008
0009 #if defined(_MSC_VER)
0010 #pragma once
0011 #endif
0012
0013 #include <boost/spirit/home/support/detail/scoped_enum_emulation.hpp>
0014
0015 namespace boost { namespace spirit { namespace karma
0016 {
0017
0018 BOOST_SCOPED_ENUM_START(delimit_flag)
0019 {
0020 predelimit,
0021 dont_predelimit
0022 };
0023 BOOST_SCOPED_ENUM_END
0024 }}}
0025
0026 #endif
0027