|
465 | 465 | \tcode{ranges::begin(E)} is ill-formed.
|
466 | 466 |
|
467 | 467 | \item
|
468 |
| - Otherwise, if \tcode{T} is an array type\iref{basic.compound} and |
| 468 | + Otherwise, if \tcode{T} is an array type\iref{term.array.type} and |
469 | 469 | \tcode{remove_all_extents_t<T>} is an incomplete type,
|
470 | 470 | \tcode{ranges::begin(E)} is ill-formed with no diagnostic required.
|
471 | 471 |
|
|
531 | 531 | \tcode{ranges::end(E)} is ill-formed.
|
532 | 532 |
|
533 | 533 | \item
|
534 |
| - Otherwise, if \tcode{T} is an array type\iref{basic.compound} and |
| 534 | + Otherwise, if \tcode{T} is an array type\iref{term.array.type} and |
535 | 535 | \tcode{remove_all_extents_t<T>} is an incomplete type,
|
536 | 536 | \tcode{ranges::end(E)} is ill-formed with no diagnostic required.
|
537 | 537 |
|
|
644 | 644 | \tcode{ranges::rbegin(E)} is ill-formed.
|
645 | 645 |
|
646 | 646 | \item
|
647 |
| - Otherwise, if \tcode{T} is an array type\iref{basic.compound} and |
| 647 | + Otherwise, if \tcode{T} is an array type\iref{term.array.type} and |
648 | 648 | \tcode{remove_all_extents_t<T>} is an incomplete type,
|
649 | 649 | \tcode{ranges::rbegin(E)} is ill-formed with no diagnostic required.
|
650 | 650 |
|
|
713 | 713 | \tcode{ranges::rend(E)} is ill-formed.
|
714 | 714 |
|
715 | 715 | \item
|
716 |
| - Otherwise, if \tcode{T} is an array type\iref{basic.compound} and |
| 716 | + Otherwise, if \tcode{T} is an array type\iref{term.array.type} and |
717 | 717 | \tcode{remove_all_extents_t<T>} is an incomplete type,
|
718 | 718 | \tcode{ranges::rend(E)} is ill-formed with no diagnostic required.
|
719 | 719 |
|
|
821 | 821 |
|
822 | 822 | \begin{itemize}
|
823 | 823 | \item
|
824 |
| - If \tcode{T} is an array of unknown bound\iref{dcl.array}, |
| 824 | + If \tcode{T} is an array of unknown bound\iref{term.array.type}, |
825 | 825 | \tcode{ranges::size(E)} is ill-formed.
|
826 | 826 |
|
827 | 827 | \item
|
|
912 | 912 |
|
913 | 913 | \begin{itemize}
|
914 | 914 | \item
|
915 |
| - If \tcode{T} is an array of unknown bound\iref{basic.compound}, |
| 915 | + If \tcode{T} is an array of unknown bound\iref{term.array.type}, |
916 | 916 | \tcode{ranges::empty(E)} is ill-formed.
|
917 | 917 |
|
918 | 918 | \item
|
|
968 | 968 | \tcode{ranges::data(E)} is ill-formed.
|
969 | 969 |
|
970 | 970 | \item
|
971 |
| - Otherwise, if \tcode{T} is an array type\iref{basic.compound} and |
| 971 | + Otherwise, if \tcode{T} is an array type\iref{term.array.type} and |
972 | 972 | \tcode{remove_all_extents_t<T>} is an incomplete type,
|
973 | 973 | \tcode{ranges::data(E)} is ill-formed with no diagnostic required.
|
974 | 974 |
|
|
0 commit comments