Issue 189: Distinction between _var and _ptr types (cxx_revision) Source: (, ) Nature: Uncategorized Severity: MEDIUM Summary: Summary: A_var may be identical to A_ptr, so a conforming program cannot overload operations using these types solely. This may clash with statement of different behaviour between the two. Resolution: fixed Revised Text: Actions taken: October 14, 1996: received issue February 19, 1999: closed issue, fixed Discussion: End of Annotations:===== >From juergen@omg.org Thu Oct 24 15:09:59 1996 Received: from rune.omg.org by amethyst.omg.org.omg.org (5.4R2.01/1.34) id AA15181; Thu, 24 Oct 1996 15:09:59 -0400 Message-Id: <2.2.32.19961024190939.00714294@amethyst.omg.org> X-Sender: juergen@amethyst.omg.org X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 24 Oct 1996 15:09:39 -0400 To: issues, cxx_revision From: Juergen Boldt Subject: issue189 This is issue # 189 Title: Distinction between _var and _ptr types Desc: A_var may be identical to A_ptr, so a conforming program cannot overload operations using these types solely. This may clash with statement of different behaviour between the two. -Juergen