Skip to content

Problem during build process #398

Answered by brandl-muc
Arnon-E asked this question in Q&A
Discussion options

You must be logged in to vote

Make sure that the predicate pred with which you instantiated your function template find_attribute() actually is a function or functor/lambda taking exactly one argument.

Most likely this is not the case and the compiler does not know how it should call the predicate with a single argument.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Arnon-E
Comment options

Answer selected by Arnon-E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants