Stephan T. Lavavej
Stephan T. Lavavej
We're highly constrained by binary compatibility here, which is why we haven't made changes. Because many users in the ecosystem rely on previously built libraries, and have difficulty building everything...
I don't think we could ever do this, even in vNext. We've supported construction from `FILE*` as an extension since the beginning of time (and in my opinion this is...
Thanks for the link! There was significant analysis in that issue, so let's keep both of them open for now.
I think one issue is fine, thanks. This mismatch does seem to be improper. It may be possible to fix this without breaking ABI, if the behavior remains identical for...
Apologies for the delay - I fell behind on my GitHub notifications while trying to catch up with PR reviews :joy_cat: > So `_Locinfo::_Getdays` could be changed to do this:...
Note that (despite source comments indicating otherwise) we don't actually support `malloc`/`free` replacement, which may limit the amount of work we need to do here: https://github.com/microsoft/STL/issues/4564#issuecomment-2037401144
Thanks! We'll use this newer issue as the primary since it talks only about Clang (and not SAL annotations which we've abandoned any attempt to use here).
Good idea, I'm a lazy kitty. :cat2: :zzz:
@fsb4000 > I was confused by `VS Meow`. We only learned for sure that there would be a VS 2022 17.13 very recently - and as soon as that happened,...
I'll want essentially the same policy that we have for previous VS releases - only security fixes and critical bugfixes. VS 2017 15.9.x and VS 2019 16.11.x are still being...