-
Joan Solà Ortega authored
Need to see how to handle StateBlock removal: Probably use a weak_ptr up, and remove them from Problem lists with similar remove() methods. Cannot use the destructor because it may stay alive for any reason: then, use remove() as we’ll do in all wolf.
Joan Solà Ortega authoredNeed to see how to handle StateBlock removal: Probably use a weak_ptr up, and remove them from Problem lists with similar remove() methods. Cannot use the destructor because it may stay alive for any reason: then, use remove() as we’ll do in all wolf.