Re: [boost] Mixing g++/aCC on HP-UX (was: Compiler support)

2003-08-14 Thread Karel Gardas
On Tue, 5 Aug 2003, Pascal Bleser wrote: > Beman Dawes wrote: > > At 10:04 AM 8/4/2003, David Abrahams wrote: > > >Pascal Bleser <[EMAIL PROTECTED]> writes: > > >> aCC tells me that it's the same function... yuck... > > >> Agreed, it's a sick compiler > > >You've hit the nail on the head. > >

Re: [boost] Mixing g++/aCC on HP-UX (was: Compiler support)

2003-08-14 Thread Pascal Bleser
... Well, if things were that simple, we would have used GCC 2.x/3.x on HP-UX as well. Unfortunately, we have to link against 3rd party C++ libraries (Tuxedo (CORBA), actually) that have been compiled with aCC (*gasp* even with the old roguewave STL - they don't even have the std namespace). Sinc

[boost] Mixing g++/aCC on HP-UX (was: Compiler support)

2003-08-05 Thread Pascal Bleser
Beman Dawes wrote: At 10:04 AM 8/4/2003, David Abrahams wrote: >Pascal Bleser <[EMAIL PROTECTED]> writes: >> aCC tells me that it's the same function... yuck... >> Agreed, it's a sick compiler >You've hit the nail on the head. >> , but nevertheless... >> I will try once more using STLport, bu