/** * Copyright (C) 2011, 2012 Object Modeling Designs * consultomd.com * * Distributed under the Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #include "../yaml/parser/flow_def.hpp" #include #include #include #include #include #include typedef std::string::const_iterator base_iterator_type; typedef boost::spirit::classic::position_iterator iterator_type; template struct omd::yaml::parser::white_space; template struct omd::yaml::parser::flow;