On Wednesday 14 March 2001 11:02, Jean-Marc Lasgouttes wrote:
> >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> As Lars says that namespaces are "GO, GO", I'd like to go
> Angus> through the header files (not the .C files) and remove code
> Angus> like:
>
> Angus> #ifdef SIGC_CXX_NAMESPACES using SigC::Object; #endif
>
> If you are going to do that, then remove _all_ the namespace testing,
> please.
I'm in the process of doing this in BRANCH_MVC. I currently have all code in
frontends and daughter dirs in "namespace frontends" in my local tree and lyx
still works, which was a pleasant surprise!
I'll also remove the SIGC_CXX_NAMESPACES and USING_CXX_NAMESPACES
stuff from config.h and hence from the configure scripts.
I won't put in a new configure test for namespace support (required).
Angus