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
Unfortunately, adding a C-Stlye cast is not sufficient to workaround this error. An _Assume_bounds_cast does work, but we can't cast to bounds(unknown) without a different bounds error.
The compiler doesn't handle the
? :
operator as well as we'd like, for example, from icecast:This has been noted in the microsoft repo. However, their priority is low and they might not get to it in our time frame.
a concrete example is:
this doesn't compile, but will if you pass a simple string rather than with the operator. (Or it will complain about bounds if
test
is_Checked
).I've seen this string version in icecast and libarchive, I'll note below if there are any other variants.
The text was updated successfully, but these errors were encountered: