When working with large codebases, we often deal with deeply nested namespaces. This can be verbose and tedious.
C++17 introduced a simplified syntax for nested namespaces that compresses the specification into a single statement.
Click to open the example in Compiler Explorer.
Leave a comment