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
This has always been the "correct" way to initialize uuid, and the single braces version happened to work due to the brace elision rules because uuid was a simple struct. This is no longer the case after the 1.86 changes.
I tried hard to keep all existing valid uses working, but that's basically impossible once any nontrivial changes are made.
I am seeing a weird error on gcc that I haven't seen before when compiling against boost 1.86:
The offending code is this:
This has been working for years with boost version 1.58 through version 1.85.
The text was updated successfully, but these errors were encountered: