help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange warning when importing template from namespace


From: Simon Anders
Subject: Re: strange warning when importing template from namespace
Date: Wed, 12 Jan 2005 19:08:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Paul,

Paul Pluzhnikov wrote:

I can't reproduce this warning on Linux with g++ 3.1, 3.2, 3.3,
3.4.3 or 4.0.
Perhaps it would help to know the output from your 'g++ --version'.
Also, a minimal test case might help. Here is what I compiled cleanly:

  $ cat junk.cc
  #include <ext/hash_set>
  using __gnu_cxx::hash_set;
  int main() { return 0; }

And it compiles cleanly on my maschine as well. Strange.

[... doing some checking ...]

Hmm, the error was not output by g++ but by SWIG. Embarrassing. I should really be more careful with my messy Makefiles and not get confused by what is done where.

Sorry for the dumb question.

  Simon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]