1 #ifndef PTREE_SETTINGS_H_INCLUDED
2 #define PTREE_SETTINGS_H_INCLUDED
22 #include <boost/property_tree/xml_parser.hpp>
23 #include <boost/version.hpp>
37 #if BOOST_VERSION >= 105600
38 static xml_writer_settings<typename ptree::key_type> GetTab()
40 return xml_writer_make_settings<ptree::key_type>(
'\t', 1);
43 static xml_writer_settings<char> GetTab()
45 return xml_writer_make_settings(
'\t', 1);
53 #endif // end-of-include-guard
Settings for xml output of Property Trees (ptree).
Namespace for the core simulator.