On Tue, Sep 16, 2003 at 09:50:54AM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Tue, Sep 16, 2003 at 02:13:46AM +0200, Lars Gullik Bjønnes wrote: > >> This patch is needed to compile with gcc 3.4 (CVS). > > > | Is this 'namespace lyx::support::os = os;' required by the language? > > What is required is to _not_ use: > > using lyx::support::os; > > that is not allowed for namespaces. > > So > > using namespace lyx::support::os; > > is allowed as a fix... but then I'd have to change source code as > well, so using a namespace alias seemed like the minimal fix.
Hm, ok then. [Well, I still think, deeply nested namespaces have more of a pain than of a boon...] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)