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

Re: Source update 2



Christian Reiniger wrote:

> Another thing - g++ gave me errors at occurrences of
>      catch (bad_alloc)
> in the pp::internal namespace. I had to change it to
>      catch (std::bad_alloc)
> "using namespace std;"
> didn't work. Is that a problem with VC++ (you mentioned some C stdlib
> functions not being in the std namespace) ?

Possible that "using namespace" doesn't work with gcc/egcs, I think I
read that somewhere once (not too long ago).

I told ya that namespaces were evil! ;o)

-- 
Pierre Phaneuf
Ludus Design, http://ludusdesign.com/
"First they ignore you. Then they laugh at you.
Then they fight you. Then you win." -- Gandhi