Swapped the order of two conditions in an assert. (#4663)
An assert in flexbuffers was bit-shifting a 64-bit number by 64 bits, which throws up warnings in some automated tools. The same assert also checks to see if the number of bytes being shifted is 8. Swapped the order, so that the bitshift only occurs if the number of bits being shifted is not 64. Should be the same behavior, but plays nicer with diagnostic tools.
Showing
Please
register
or
sign in
to comment