|
664 | 664 | # error "__cpp_lib_ranges_find_last should not be defined before c++23"
|
665 | 665 | # endif
|
666 | 666 |
|
| 667 | +# ifdef __cpp_lib_ranges_indices |
| 668 | +# error "__cpp_lib_ranges_indices should not be defined before c++26" |
| 669 | +# endif |
| 670 | + |
667 | 671 | # ifdef __cpp_lib_ranges_iota
|
668 | 672 | # error "__cpp_lib_ranges_iota should not be defined before c++23"
|
669 | 673 | # endif
|
|
1608 | 1612 | # error "__cpp_lib_ranges_find_last should not be defined before c++23"
|
1609 | 1613 | # endif
|
1610 | 1614 |
|
| 1615 | +# ifdef __cpp_lib_ranges_indices |
| 1616 | +# error "__cpp_lib_ranges_indices should not be defined before c++26" |
| 1617 | +# endif |
| 1618 | + |
1611 | 1619 | # ifdef __cpp_lib_ranges_iota
|
1612 | 1620 | # error "__cpp_lib_ranges_iota should not be defined before c++23"
|
1613 | 1621 | # endif
|
|
2723 | 2731 | # error "__cpp_lib_ranges_find_last should not be defined before c++23"
|
2724 | 2732 | # endif
|
2725 | 2733 |
|
| 2734 | +# ifdef __cpp_lib_ranges_indices |
| 2735 | +# error "__cpp_lib_ranges_indices should not be defined before c++26" |
| 2736 | +# endif |
| 2737 | + |
2726 | 2738 | # ifdef __cpp_lib_ranges_iota
|
2727 | 2739 | # error "__cpp_lib_ranges_iota should not be defined before c++23"
|
2728 | 2740 | # endif
|
|
4111 | 4123 | # error "__cpp_lib_ranges_find_last should not be defined before c++23"
|
4112 | 4124 | # endif
|
4113 | 4125 |
|
| 4126 | +# ifdef __cpp_lib_ranges_indices |
| 4127 | +# error "__cpp_lib_ranges_indices should not be defined before c++26" |
| 4128 | +# endif |
| 4129 | + |
4114 | 4130 | # ifdef __cpp_lib_ranges_iota
|
4115 | 4131 | # error "__cpp_lib_ranges_iota should not be defined before c++23"
|
4116 | 4132 | # endif
|
|
5694 | 5710 | # error "__cpp_lib_ranges_find_last should have the value 202207L in c++23"
|
5695 | 5711 | # endif
|
5696 | 5712 |
|
| 5713 | +# ifdef __cpp_lib_ranges_indices |
| 5714 | +# error "__cpp_lib_ranges_indices should not be defined before c++26" |
| 5715 | +# endif |
| 5716 | + |
5697 | 5717 | # ifndef __cpp_lib_ranges_iota
|
5698 | 5718 | # error "__cpp_lib_ranges_iota should be defined in c++23"
|
5699 | 5719 | # endif
|
|
7610 | 7630 | # error "__cpp_lib_ranges_find_last should have the value 202207L in c++26"
|
7611 | 7631 | # endif
|
7612 | 7632 |
|
| 7633 | +# ifndef __cpp_lib_ranges_indices |
| 7634 | +# error "__cpp_lib_ranges_indices should be defined in c++26" |
| 7635 | +# endif |
| 7636 | +# if __cpp_lib_ranges_indices != 202506L |
| 7637 | +# error "__cpp_lib_ranges_indices should have the value 202506L in c++26" |
| 7638 | +# endif |
| 7639 | + |
7613 | 7640 | # ifndef __cpp_lib_ranges_iota
|
7614 | 7641 | # error "__cpp_lib_ranges_iota should be defined in c++26"
|
7615 | 7642 | # endif
|
|
0 commit comments