From: Darin Adler (darin_at_[hidden])
Date: 1999-11-09 18:37:21


I ran into a place where I wanted to compare two shared_ptr objects with ==.
Is there a good reason not to add an operator == template function for
shared_ptr?

    -- Darin