Backport miscellaneous changes that can't be cherry-picked

(cherry picked from commit 9afbdb9cf6)
pull/1466/head
David Snopek 2024-05-08 16:49:18 -05:00
parent 4b0ee13327
commit d24983d682
1 changed files with 2 additions and 0 deletions

View File

@ -412,6 +412,7 @@ public:
method = p_method;
generate_argument_types(sizeof...(P));
set_argument_count(sizeof...(P));
set_const(true);
}
};
@ -578,6 +579,7 @@ public:
generate_argument_types(sizeof...(P));
set_argument_count(sizeof...(P));
set_return(true);
set_const(true);
}
};