You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to this issue but less ambitious, I would like to suggest to provide minimum support for char16_t and char32_t to read XML, basically an extension of a previous BOM support issue. For example, the following code snippet does currently not compile:
Similar to this issue but less ambitious, I would like to suggest to provide minimum support for
char16_t
andchar32_t
to read XML, basically an extension of a previous BOM support issue. For example, the following code snippet does currently not compile:producing the following compile error:
First inspection indicates that there are only missing specializations of the
parse_bom
member template for typeschar16_t
andchar_32_t
.I'm willing to make a corresponding pull request, but opened this issue first to get feedback on this idea.
The text was updated successfully, but these errors were encountered: