John Levon <[EMAIL PROTECTED]> writes:
| On Fri, 15 Sep 2000, John Levon wrote:
|
|
| > Of course the std::endl thing looks fine.
| >
|
| sorry to reply to myself, but does anyone know if there's an option to g++
| to ask it to warn me about these namespace things ?
It will warn you about all other namespaces than "std", by default
namespace std is ignored in gcc 2.95.x, you have to use -fhonor-std to
get it, but then the C++ lib also have to be compiled with the same
switch (I belive).
In gcc 2.96 (3.0) things will be different.
Lgb