File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3416
3416
// \ref{range.repeat.iterator}, class \tcode{repeat_view::\exposid{iterator}}
3417
3417
struct @\exposidnc{iterator}@; // \expos
3418
3418
3419
- @\exposidnc{movable-box}@<W> @\exposid{value_}@ = W(); // \expos, see \ref{range.move.wrap}
3419
+ @\exposidnc{movable-box}@<W> @\exposid{value_}@; // \expos, see \ref{range.move.wrap}
3420
3420
Bound @\exposid{bound_}@ = Bound(); // \expos
3421
3421
3422
3422
public:
13308
13308
requires @\libconcept{view}@<V> && is_object_v<Pred>
13309
13309
class chunk_by_view : public view_interface<chunk_by_view<V, Pred>> {
13310
13310
V @\exposid{base_}@ = V(); // \expos
13311
- @\exposidnc{movable-box}@<Pred> @\exposid{pred_}@ = Pred(); // \expos
13311
+ @\exposidnc{movable-box}@<Pred> @\exposid{pred_}@; // \expos
13312
13312
13313
13313
// \ref{range.chunk.by.iter}, class \tcode{chunk_by_view::\exposid{iterator}}
13314
13314
class @\exposidnc{iterator}@; // \expos
You can’t perform that action at this time.
0 commit comments