Empty Namespace Using
Hello.
I don't understand this section
namespace A{
namespace{
//some declarations
}
}
Could somebody can explain me for what is this second namespace?
Thanks a lot.
BR
It is an unnamed namespace and is used as a superior alternative to the use of static declarations.
Topic archived. No new replies allowed.