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 think this post is referring to commit: da98fcf. My reasoning for this guess is that this commit (and the one previous to it that is nearly identical for the sake of these issues) is the only one in 2020 that has a templated string function on line 801 that performs hashing. And that the word/byte alignment problem's function starts on line 734. But I have absolutely no clue what the missing namespace base uuid means.
Issue 1:
https://github.com/mariusbancila/stduuid/blob/master/include/uuid.h#L801
Up cast and hashing of null bytes in almost every use case except when dealing with compiler specific types
Issue 2:
https://github.com/mariusbancila/stduuid/blob/master/include/uuid.h#L734
Improper assumption of word alignment = alignment of byte
Issue 3:
https://github.com/mariusbancila/stduuid/blob/master/include/uuid.h#L729
https://github.com/mariusbancila/stduuid/blob/master/include/uuid.h#L761
Missing namespace base uuid
The text was updated successfully, but these errors were encountered: