22 Apr
2007
22 Apr
'07
10:53 a.m.
Aaron Windsor wrote:
Well, you do need a copy constructor - look a the line above, where you pass filter by value in the filtered_graph constructor. The copy constructor is called there (and anywhere else filter is passed by value).
Thanks a lot for all your explanations!