Wiki entry of function arg_types vector may need update for 2.17.0+ implementation

Back to 2.16.0 one can use std::vector<expr_type>& arg_types as the 3rd argument of add. This has changed to std::vector<function_arg_type>& arg_types. Now if one follows the wiki to add a function signature he’ll be getting a build failure.

1 Like

noted and fixed!

many thanks for pointing this out.

FWIW, this type will change again once we’ve got tuple types in place.

1 Like

@yizhang, please feel free to edit on your own! It’s ok to let us know through discourse too, but the wiki is a living doc.

if you don’t have permissions to change it, please let us know and we’ll fix it!