$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: larsbj_at_[hidden]
Date: 2002-03-02 10:35:22
"David Abrahams" <david.abrahams_at_[hidden]> writes:
| That's a known bug in GCC
| (http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&
| pr=4864). It's disappointing to see that it's showing up in FreeBSD GCC two
| versions after I reported it in Cygwin. If you want to rebuild it, I can
| send you a patch which suppresses this warning. I'd just submit or check in
| the fix myself, but I get the sense they want to warn when this is done in
| the global namespace but not otherwise, and I don't know how to do that to
| the source.
As I have said ealier I have never seen this with gcc, but I wondered
... is there a "using namespace boost" in the picture here?
(as I never use that...)
-- Lgb