boostorg / property_tree

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

need support for custom allocator #103

Open Batodalaev opened 1 year ago

Batodalaev commented 1 year ago

multi_index_container provide typename Allocator, but basic_ptree doesn't provide it. How i can use custom allocator for basic_ptree?

I already use custom allocator for key and values.

Batodalaev commented 1 year ago

multi_index_container use by default std::allocator