For example:
namespace A::B { ... }
which is the equivalent to C++98 namespaces:
namespace A { namespace B { ... } }
|
||
|---|---|---|
| .. | ||
| cparse.h | ||
| cscanner.c | ||
| parser.y | ||
| templ.c | ||
| util.c | ||
For example:
namespace A::B { ... }
which is the equivalent to C++98 namespaces:
namespace A { namespace B { ... } }
|
||
|---|---|---|
| .. | ||
| cparse.h | ||
| cscanner.c | ||
| parser.y | ||
| templ.c | ||
| util.c | ||