Path: utzoo!attcan!uunet!husc6!cca!alex From: alex@cca.CCA.COM (Alexis Layton) Newsgroups: comp.lang.c++ Subject: C++ default comparison operator Message-ID: <28535@cca.CCA.COM> Date: 23 May 88 20:52:40 GMT Reply-To: alex@CCA.CCA.COM (Alexis Layton) Organization: Computer Corp. of America, Cambridge, MA Lines: 5 Now that structure/class assignment is defined as (recursive) memberwise assignment in the absense of assignment operators, I wonder if a similar recursive memberwise definition of equality comparison is not in order. What are the stylistic, semantic, and implementation-specific arguments for and against such a feature?