boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

support for non-std::string keys #1

Closed sanderbog closed 10 years ago

sanderbog commented 10 years ago

This patch allowes to load/save xmls from ptrees with non-std::string keys

CornedBee commented 10 years ago

Hi, sorry for taking so long to respond to this.

Looks good, but I cannot merge directly to master. Please rebase this change against develop and resubmit.

sanderbog commented 10 years ago

I have created couple requests but in worst case scenario I think you can execute

git pull origin 8af8b6bf3b65fa59792d849b526678f176d87132

in your local tree