@@ -76,29 +76,29 @@ t m {};
7676t const n {};
7777
7878cpp2::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 )};
8080cpp2::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 )};
8383cpp2::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 )};
8585cpp2::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 )};
8989auto main () -> int{
9090 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 )};
9292 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 )};
9595 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 )};
9797 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 )};
101101
102- ( void ) [](auto const & a, auto const & f) -> void {( void ) CPP2_UFCS (&,,(f),(CPP2_UFCS (&,,(f),(a),(, ), a)),()); };
102+ static_cast < void >( [](auto const & a, auto const & f) -> void {static_cast < void >( CPP2_UFCS (&,,(f),(CPP2_UFCS (&,,(f),(a),(), a)),())) ; }) ;
103103}
104104
0 commit comments