Skip to content
Prev 205731 / 398506 Next

Is nested namespace supported?

On Thu, Jan 7, 2010 at 11:10 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
Could somebody let me know if there is nested name space supported?
For example, is it possible to define a function in the name space
'nested_namespace' which is nested in the name space 'some_namespace'?

some_namespace:::nested_namespace:::a_function()