The way Predicate was implemented, it was done with cpp file and template instantiations like template Predicate;. This caused problems implementing the search feature in CLI when using predicates for other classes
The way Predicate was implemented, it was done with cpp file and template instantiations like template Predicate;. This caused problems implementing the search feature in CLI when using predicates for other classes