Fix loading UserInfo ptrees with floats
We didn't test whether from_chars would use the whole string, so 2.718 would be interpreted as 2 (int) + garbage chars. Check now that the whole string is used.
We didn't test whether from_chars would use the whole string, so 2.718 would be interpreted as 2 (int) + garbage chars. Check now that the whole string is used.