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
I wasn't able to make __attribute__((packed)) work reliably after the changes; you'll have to define BOOST_UUID_DISABLE_ALIGNMENT if you need this functionality. (#pragma pack(1) works, though.)
There appears to be a breaking change for uuid in version 1.86 where it cannot be packed in a struct using gcc.
I set up an example showing a 1.85 uuid being packed in a struct, but 1.86 uuid causes a warning from gcc: Compile Explorer
gcc warns:
The text was updated successfully, but these errors were encountered: