Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Jul 07, 2003 at 01:58:46AM +0200, Lars Gullik Bjønnes wrote: | > This patch introduces namespace lyx::insets. both xforms and qt are | > handled. | | Couldn't we settle for a flat 'lyx' namespace?
I'd really, really rather not. Once we have all code changed to be in lyx and subnamespaces the hassle will also be less than it is right now. Also the use of subnamespaces makes it f.ex. possible to move Inset::Code out of Inset and to reside in lyx::insets directly. -- Lgb