Backport miscellaneous changes that can't be cherry-picked

(cherry picked from commit 9afbdb9cf6)
This commit is contained in:
David Snopek
2024-05-08 16:49:18 -05:00
parent 4b0ee13327
commit d24983d682

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);
}
};