“No matching function for call to… unresolved overloaded function type”
问题 I am trying to create a library where the user can modify the behaviour of a function on an instance-level and still manage to access the members of this instance. This post is the continuation of this thread which is the continuation of this one. Praetorian suggested me to use std::function/bind to do that. Unfortunately, I have two errors: Pb #1: error: no matching function for call to ‘Child1::BindIt()’ Pb #2: error: no match for ‘operator=’ (operand types are ‘std::function’ and ‘std::