wptree
// In header: <boost/property_tree/ptree_fwd.hpp> typedef basic_ptree< std::wstring, std::wstring > wptree;
A property tree with std::wstring for key and data, and default comparison.
The type only exists if the platform supports wchar_t.
wchar_t