Stephan T. Lavavej
Stephan T. Lavavej
As mentioned in #5010, it looks like keeping manual vectorization is best for now.
@gh-tma2 This is tracked by the [Visualizers Project](https://github.com/microsoft/STL/projects/10?fullscreen=true) - I've added a note to the `time_point` entry that you've requested it.
I strongly suspect, but haven't confirmed, that these allocations show up as leaks in the CRT debug heap leak tracking machinery.
I haven't checked, but it might be possible to allocate CRT blocks in these `vector`s, because they can still be freed via the normal mechanism.
We talked about this at the weekly maintainer meeting and we want to follow up with the Windows team to see whether we should actually support pipes with backslashes in...
Not sure if this will be in 17.7 Preview 3 or 17.8 Preview 1 - we'll need to check.
Looks like we might need to ask Clang to implement these intrinsics, similar to #1586. Updating this issue to no longer mention ARM32; at this time we still need to...
I'm also observing that I need to load `https://cdn.jsdelivr.net/npm/@primer/[email protected]/dist/primitives.min.css` in addition to `https://cdn.jsdelivr.net/npm/@primer/[email protected]/dist/primer.min.css` while attempting to update the [microsoft/STL Status Chart](https://microsoft.github.io/STL/). (Color variables were also renamed.) primer/css 21.3.2 specifically contained...
That makes sense - regardless of my open question about what we should do in the case of invalid values, I definitely didn't see any wording that suggested that invalid...
> Sometimes the IDE is missing some points I'm not sure what that means - you should configure your editor to clang-format on save, using the same clang-format that ships...