disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 14.2.5.xml
blob4e94a9888aaad94012a90bd59c91fd1b4d40226b
1 <?xml version="1.0"?>
2 <clause number="14.2.5" title="Candidate user-defined operators">
3   <paragraph>Given a type T and an operation operator op(A), where op is an overloadable operator and A is an argument list, the set of candidate user-defined operators provided by T for operator op(A) is determined as follows: <list><list_item> For all operator op declarations in T, if at least one operator is applicable (<hyperlink>14.4.2.1</hyperlink>) with respect to the argument list A, then the set of candidate operators consists of all applicable operator op declarations in T. </list_item><list_item> Otherwise, if T is object, the set of candidate operators is empty. </list_item><list_item> Otherwise, the set of candidate operators provided by T is the set of candidate operators provided by the direct base class of T. </list_item></list></paragraph>
4 </clause>