<ranges>
: Fix formatting ranges for ADL-only ranges by hewillk · Pull Request #5178 · microsoft/STL (original) (raw)
Sorry, how do I format the code? I don't have a rep, I'm just editing it on the GitHub web.
For future reference, you can click "details" on the STL-CI check, click the link on that page to get to the Azure pipeline run:
There will be 1 attached artifact:
which is a patch with format corrections:
diff --git a/stl/inc/format b/stl/inc/format index 2b7aa8c..6026f34 100644 --- a/stl/inc/format +++ b/stl/inc/format @@ -3271,7 +3271,7 @@ void _Range_formatter_format_as_sequence(const formatter<_Ty, _CharT>& _Underlyi auto _Iter = _RANGES begin(_Rng); const auto _Sent = _RANGES end(_Rng); for (; _Iter != _Sent; ++_Iter) {
auto&& _Elem = *_Iter;
auto&& _Elem = *_Iter; if (_Separate) { _Ctx.advance_to(_STD _Fmt_write(_Ctx.out(), _Separator)); }