Inner modules / namespaces

Daniel Keep daniel.keep.lists at gmail.com
Sun Sep 16 23:00:08 PDT 2007


The way I usually work around this is like so:

template Namespace_()
{
  // Stuff in the namespace.
}

mixin Namespace_ Namespace;

Kinda hacky, but it works :)

	-- Daniel



More information about the Digitalmars-d mailing list