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
* Pretty clang-format find/version check messages
Let's make these more consistent with the messages for `find_package(Python)` and the assembler. If nothing else, showing the path to the found clang-format may help folks who are finding the wrong version.
* Remove extraneous `element_type` from `ContiguousIterator`
And while we're here, use `value_type` and `difference_type` where appropriate so we can easily see which `int` is which.
* Remove unused include from `P2163R3_invoke_r`
This test doesn't need `is_permissive.hpp` after microsoft#4914.
* Simplify `construct_at` constraint
* Investigate a couple of libc++ failures
* Add some missing `#endif` comments
These were incorrectly removed by microsoft#4944.
0 commit comments