@@ -76,29 +76,29 @@ t m {};
76
76
t const n {};
77
77
78
78
cpp2::i32 auto_21_1 {CPP2_UFCS (,,(f),(m),())};
79
- cpp2::i32 auto_22_1 {CPP2_UFCS (,,(f),(m),(, ), 0 )};
79
+ cpp2::i32 auto_22_1 {CPP2_UFCS (,,(f),(m),(), 0 )};
80
80
cpp2::i32 auto_23_1 {CPP2_UFCS (,template ,(f<t>),(m),())};
81
- cpp2::i32 auto_24_1 {CPP2_UFCS (,template ,(f<t>),(m),(, ), 0 )};
82
- cpp2::i32 auto_25_1 {CPP2_UFCS (,template ,(f<t,t>),(m),(, ), 0 , 0 )};
81
+ cpp2::i32 auto_24_1 {CPP2_UFCS (,template ,(f<t>),(m),(), 0 )};
82
+ cpp2::i32 auto_25_1 {CPP2_UFCS (,template ,(f<t,t>),(m),(), 0 , 0 )};
83
83
cpp2::i32 auto_26_1 {CPP2_UFCS (,,(f),(n),())};
84
- cpp2::i32 auto_27_1 {CPP2_UFCS (,,(f),(n),(, ), 0 )};
84
+ cpp2::i32 auto_27_1 {CPP2_UFCS (,,(f),(n),(), 0 )};
85
85
cpp2::i32 auto_28_1 {CPP2_UFCS (,template ,(f<t>),(n),())};
86
- cpp2::i32 auto_29_1 {CPP2_UFCS (,template ,(f<t>),(n),(, ), 0 )};
87
- cpp2::i32 auto_30_1 {CPP2_UFCS (,template ,(f<t,t>),(n),(, ), 0 , 0 )};
88
- cpp2::i32 auto_31_1 {CPP2_UFCS (,template ,(f<t,t>),(a<t,t>),(, ), 0 , 0 )};
86
+ cpp2::i32 auto_29_1 {CPP2_UFCS (,template ,(f<t>),(n),(), 0 )};
87
+ cpp2::i32 auto_30_1 {CPP2_UFCS (,template ,(f<t,t>),(n),(), 0 , 0 )};
88
+ cpp2::i32 auto_31_1 {CPP2_UFCS (,template ,(f<t,t>),(a<t,t>),(), 0 , 0 )};
89
89
auto main () -> int{
90
90
cpp2::i32 auto_33_3 {CPP2_UFCS (&,,(f),(m),())};
91
- cpp2::i32 auto_34_3 {CPP2_UFCS (&,,(f),(m),(, ), 0 )};
91
+ cpp2::i32 auto_34_3 {CPP2_UFCS (&,,(f),(m),(), 0 )};
92
92
cpp2::i32 auto_35_3 {CPP2_UFCS (&,template ,(f<t>),(m),())};
93
- cpp2::i32 auto_36_3 {CPP2_UFCS (&,template ,(f<t>),(m),(, ), 0 )};
94
- cpp2::i32 auto_37_3 {CPP2_UFCS (&,template ,(f<t,t>),(m),(, ), 0 , 0 )};
93
+ cpp2::i32 auto_36_3 {CPP2_UFCS (&,template ,(f<t>),(m),(), 0 )};
94
+ cpp2::i32 auto_37_3 {CPP2_UFCS (&,template ,(f<t,t>),(m),(), 0 , 0 )};
95
95
cpp2::i32 auto_38_3 {CPP2_UFCS (&,,(f),(n),())};
96
- cpp2::i32 auto_39_3 {CPP2_UFCS (&,,(f),(n),(, ), 0 )};
96
+ cpp2::i32 auto_39_3 {CPP2_UFCS (&,,(f),(n),(), 0 )};
97
97
cpp2::i32 auto_40_3 {CPP2_UFCS (&,template ,(f<t>),(n),())};
98
- cpp2::i32 auto_41_3 {CPP2_UFCS (&,template ,(f<t>),(n),(, ), 0 )};
99
- cpp2::i32 auto_42_3 {CPP2_UFCS (&,template ,(f<t,t>),(n),(, ), 0 , 0 )};
100
- cpp2::i32 auto_43_3 {CPP2_UFCS (&,template ,(f<t,t>),(a<t,t>),(, ), 0 , 0 )};
98
+ cpp2::i32 auto_41_3 {CPP2_UFCS (&,template ,(f<t>),(n),(), 0 )};
99
+ cpp2::i32 auto_42_3 {CPP2_UFCS (&,template ,(f<t,t>),(n),(), 0 , 0 )};
100
+ cpp2::i32 auto_43_3 {CPP2_UFCS (&,template ,(f<t,t>),(a<t,t>),(), 0 , 0 )};
101
101
102
- (void ) [](auto const & a, auto const & f) -> void {(void ) CPP2_UFCS (&,,(f),(CPP2_UFCS (&,,(f),(a),(, ), a)),()); };
102
+ (void ) [](auto const & a, auto const & f) -> void {(void ) CPP2_UFCS (&,,(f),(CPP2_UFCS (&,,(f),(a),(), a)),()); };
103
103
}
104
104
0 commit comments