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:
http://coliru.stacked-crooked.com/a/3f922b43838fd7e8

Any tips on how to fix this issue.

--
Ashish Gudla