From: Dima F. (quantera_at_[hidden])
Date: 2007-04-22 06:53:34


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!