From owner-freebsd-hackers Thu Oct 17 15:08:50 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03443 for hackers-outgoing; Thu, 17 Oct 1996 15:08:50 -0700 (PDT) Received: from rosemary.fsl.noaa.gov (rosemary.fsl.noaa.gov [137.75.8.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA03437 for ; Thu, 17 Oct 1996 15:08:44 -0700 (PDT) Received: from rosemary.fsl.noaa.gov (rosemary.fsl.noaa.gov [137.75.8.41]) by rosemary.fsl.noaa.gov (8.7.5/8.6.9) with SMTP id QAA00953; Thu, 17 Oct 1996 16:08:36 -0600 (MDT) Message-ID: <3266AE63.41C67EA6@fsl.noaa.gov> Date: Thu, 17 Oct 1996 16:08:35 -0600 From: Sean Kelly Organization: NOAA Forecast Systems Laboratory X-Mailer: Mozilla 3.0b6Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: Nate Williams CC: hackers@freebsd.org Subject: Re: C++ question References: <199610172119.PAA20617@rocky.mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > fly:/tmp % CC +w -c grpdgram.cc > "grpdgram.cc", line 12: Warning (Anachronism): foo::A is not accessible from foo::B. A bug in Sun's C++ compiler? Both foo::A and foo::B are in the namespace generated by class foo, so they ought to be visible to each other. -- Sean Kelly NOAA Forecast Systems Laboratory Boulder Colorado USA