boostorg / property_tree

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

Fix different signedness comparison on Arm #94

Closed aladram closed 2 years ago

aladram commented 2 years ago

wchar_t is an unsigned on Arm, therefore a promotion is necessary here to correctly perform the comparison

More information about Armv8 types on https://developer.arm.com/documentation/den0024/a/Porting-to-A64/Data-types

aladram commented 2 years ago

@madmongo1 any chance you could take a look at this when you have some time? Thanks!

madmongo1 commented 2 years ago

Thank you. Will action today.