|
4659 | 4659 | \begin{itemdescr}
|
4660 | 4660 | \pnum
|
4661 | 4661 | \constraints
|
| 4662 | +\tcode{U} is not a specialization of optional. |
4662 | 4663 | The expression \tcode{*x == v} is well-formed and
|
4663 | 4664 | its result is convertible to \tcode{bool}.
|
4664 | 4665 | \begin{note}
|
|
4678 | 4679 | \begin{itemdescr}
|
4679 | 4680 | \pnum
|
4680 | 4681 | \constraints
|
| 4682 | +\tcode{T} is not a specialization of optional. |
4681 | 4683 | The expression \tcode{v == *x} is well-formed and
|
4682 | 4684 | its result is convertible to \tcode{bool}.
|
4683 | 4685 |
|
|
4694 | 4696 | \begin{itemdescr}
|
4695 | 4697 | \pnum
|
4696 | 4698 | \constraints
|
| 4699 | +\tcode{U} is not a specialization of optional. |
4697 | 4700 | The expression \tcode{*x != v} is well-formed and
|
4698 | 4701 | its result is convertible to \tcode{bool}.
|
4699 | 4702 |
|
|
4710 | 4713 | \begin{itemdescr}
|
4711 | 4714 | \pnum
|
4712 | 4715 | \constraints
|
| 4716 | +\tcode{T} is not a specialization of optional. |
4713 | 4717 | The expression \tcode{v != *x} is well-formed and
|
4714 | 4718 | its result is convertible to \tcode{bool}.
|
4715 | 4719 |
|
|
4726 | 4730 | \begin{itemdescr}
|
4727 | 4731 | \pnum
|
4728 | 4732 | \constraints
|
| 4733 | +\tcode{U} is not a specialization of optional. |
4729 | 4734 | The expression \tcode{*x < v} is well-formed and
|
4730 | 4735 | its result is convertible to \tcode{bool}.
|
4731 | 4736 |
|
|
4742 | 4747 | \begin{itemdescr}
|
4743 | 4748 | \pnum
|
4744 | 4749 | \constraints
|
| 4750 | +\tcode{T} is not a specialization of optional. |
4745 | 4751 | The expression \tcode{v < *x} is well-formed and
|
4746 | 4752 | its result is convertible to \tcode{bool}.
|
4747 | 4753 |
|
|
4758 | 4764 | \begin{itemdescr}
|
4759 | 4765 | \pnum
|
4760 | 4766 | \constraints
|
| 4767 | +\tcode{U} is not a specialization of optional. |
4761 | 4768 | The expression \tcode{*x > v} is well-formed and
|
4762 | 4769 | its result is convertible to \tcode{bool}.
|
4763 | 4770 |
|
|
4774 | 4781 | \begin{itemdescr}
|
4775 | 4782 | \pnum
|
4776 | 4783 | \constraints
|
| 4784 | +\tcode{T} is not a specialization of optional. |
4777 | 4785 | The expression \tcode{v > *x} is well-formed and
|
4778 | 4786 | its result is convertible to \tcode{bool}.
|
4779 | 4787 |
|
|
4790 | 4798 | \begin{itemdescr}
|
4791 | 4799 | \pnum
|
4792 | 4800 | \constraints
|
| 4801 | +\tcode{U} is not a specialization of optional. |
4793 | 4802 | The expression \tcode{*x <= v} is well-formed and
|
4794 | 4803 | its result is convertible to \tcode{bool}.
|
4795 | 4804 |
|
|
4806 | 4815 | \begin{itemdescr}
|
4807 | 4816 | \pnum
|
4808 | 4817 | \constraints
|
| 4818 | +\tcode{T} is not a specialization of optional. |
4809 | 4819 | The expression \tcode{v <= *x} is well-formed and
|
4810 | 4820 | its result is convertible to \tcode{bool}.
|
4811 | 4821 |
|
|
4822 | 4832 | \begin{itemdescr}
|
4823 | 4833 | \pnum
|
4824 | 4834 | \constraints
|
| 4835 | +\tcode{U} is not a specialization of optional. |
4825 | 4836 | The expression \tcode{*x >= v} is well-formed and
|
4826 | 4837 | its result is convertible to \tcode{bool}.
|
4827 | 4838 |
|
|
4838 | 4849 | \begin{itemdescr}
|
4839 | 4850 | \pnum
|
4840 | 4851 | \constraints
|
| 4852 | +\tcode{T} is not a specialization of optional. |
4841 | 4853 | The expression \tcode{v >= *x} is well-formed and
|
4842 | 4854 | its result is convertible to \tcode{bool}.
|
4843 | 4855 |
|
|
0 commit comments