Skip to content

Commit 75436ee

Browse files
committed
[range.take.view] Replace 'struct' with 'class' for consistency
1 parent 31c97cf commit 75436ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4997,7 +4997,7 @@
49974997
range_difference_t<V> @\exposid{count_}@ = 0; // \expos
49984998

49994999
// \ref{range.take.sentinel}, class template \tcode{take_view::\exposid{sentinel}}
5000-
template<bool> struct @\exposid{sentinel}@; // \expos
5000+
template<bool> class @\exposid{sentinel}@; // \expos
50015001

50025002
public:
50035003
take_view() requires @\libconcept{default_initializable}@<V> = default;

0 commit comments

Comments
 (0)