File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15971,11 +15971,11 @@
1597115971\begin {codeblock }
1597215972namespace std {
1597315973 template<ranges::@\libconcept {input_range}@ R, class charT>
15974- struct @\exposid {range-default-formatter}@<range_format::sequence, R, charT> {
15974+ struct @\exposidnc {range-default-formatter}@<range_format::sequence, R, charT> { // \expos
1597515975 private:
15976- using @\exposid {maybe-const-r}@ = @\exposid {fmt-maybe-const}@<R, charT>;
15976+ using @\exposid {maybe-const-r}@ = @\exposidnc {fmt-maybe-const}@<R, charT>; // \expos
1597715977 range_formatter<remove_cvref_t<ranges::range_reference_t<@\exposid {maybe-const-r}@>>,
15978- charT> @\exposid {underlying_}@; // \expos
15978+ charT> @\exposidnc {underlying_}@; // \expos
1597915979
1598015980 public:
1598115981 constexpr void set_separator(basic_string_view<charT> sep);
You can’t perform that action at this time.
0 commit comments