Extending namespaces
suggest changeA useful feature of namespace
s is that you can expand them (add members to it).
namespace Foo
{
void bar() {}
}
// some other stuff
namespace Foo
{
void bar2() {}
}
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents