Hi
I have a property tree which has strings of char16_t as both key and value datatypes.
When I try to call read_xml() to load an xml file into this tree it fails.
The same code however works with wchar_t.
Seems like its failing on parse_bom() function.
The code and error message can be seen here:
Any tips on how to fix this issue.
--