Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 1996 16:08:35 -0600
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        Nate Williams <nate@mt.sri.com>
Cc:        hackers@freebsd.org
Subject:   Re: C++ question
Message-ID:  <3266AE63.41C67EA6@fsl.noaa.gov>
References:  <199610172119.PAA20617@rocky.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3266AE63.41C67EA6>