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 is a very odd use of volatile (it came up when a colleague used it to defeat the optimiser while debugging) so I really can't be surprised it's a bit iffy
The text was updated successfully, but these errors were encountered:
Somewhere inside the constructor there appears to be missing handling of a type declared as volatile
https://godbolt.org/z/d399qnY64
std::expected from GCC use for comparison
This is a very odd use of volatile (it came up when a colleague used it to defeat the optimiser while debugging) so I really can't be surprised it's a bit iffy
The text was updated successfully, but these errors were encountered: