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
pbf_reader::get_packed_bool() currently calls get_packed_int32(). But with a one-byte bool there will never be any endianness or alignment issues so we could optimize this case.
The text was updated successfully, but these errors were encountered:
pbf_reader::get_packed_bool()
currently callsget_packed_int32()
. But with a one-byte bool there will never be any endianness or alignment issues so we could optimize this case.The text was updated successfully, but these errors were encountered: