From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Wood To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/4379: Member pointer to member reference not allowed when declared directly, but allowed as template parameter. Date: Sun, 23 Sep 2001 19:56:00 -0000 Message-id: <20010924025601.20584.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00467.html List-Id: The following reply was made to PR c++/4379; it has been noted by GNATS. From: Carlo Wood To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/4379: Member pointer to member reference not allowed when declared directly, but allowed as template parameter. Date: Mon, 24 Sep 2001 04:55:06 +0200 > // This allows to do: D y; and use y.*x as a reference to y.d. Make that "This allows to do: D y; and use y.*x, being the reference y.d" -- Carlo Wood