makeFunction() initializer_list #412
Answered
by
zeux
LucaSalmin
asked this question in
Q&A
-
makeFunction use initializer_list for some parameters, this makes it impossible to pass vectors or arrays created dinamically from code. |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
Mar 11, 2022
Replies: 1 comment
-
Note that makeFunction is a fairly simple helper that wraps TypeArena::addType/addTypePack. You can simply add a different wrapper to your own code that uses these directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LucaSalmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that makeFunction is a fairly simple helper that wraps TypeArena::addType/addTypePack. You can simply add a different wrapper to your own code that uses these directly.