ruediger / Boost-Pretty-Printer

GDB Pretty Printers for Boost
197 stars 61 forks source link

add printer for boost::property_tree::basic_ptree #50

Open randomphrase opened 3 years ago

randomphrase commented 3 years ago

Hi, this is an attempt at a printer for boost property tree. It is heavily based on the multi_index_container printer, and could potentially benefit from some refactoring to share code better. Also the test currently has a dependency on the std::string visualizer, and I am looking at ways to remove it.