I have a question on C++ double dispatch. In the code below, I want the results from the second set to match the results from the first set.
I don\'t know the actua
The Visitor Pattern is designed just for handling this sort of situation.