From: Grzegorz J. <ja...@he...> - 2003-03-11 02:03:13
|
On Mon, 10 Mar 2003, Alexandre Tolmos wrote: [snip] > Sorry, I'm responsible for that global namespace pollution :) I think several 'using namespace std' at toplevel had been in CVS before your checkin. They were introduced when we moved to 'Opencxx' namespace. = I had this issue on TODO list, but it was never critical. Now it would be good to fix it once we are at it. [snip] > Actually I should have put the "using namespace std" declarations > within the "Opencxx" namespace itself; then none of the symbols from > the standard library would have been promoted in the global namespace... Sounds good. I would suggest however, that you do not fix it now, let's give Michael a chekin slot, while you are busy with GC anyway. [snip] > I think we should move to the new standard headers but I don't know if > it would still compile on Win32. Depends on compiler, I would presume. Best regards Grzegorz > Btw, Grzegorz has got problems compiling with Gcc 3.2.1 (errors in > "buffer.cc" pertaining to the "placement new" operator). On my Mac I > only have Gcc 3.1. Did you encounter such problems with Gcc 3.2? > > Alexandre. > > -----------------------------------------------------------------------= - > - > Alexandre Tolmos > E-mail:=A0...@fr... > ICQ: 92964905 > -----------------------------------------------------------------------= - > - > "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." > -----------------------------------------------------------------------= - > - > > > > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |