Daily bit(e) of C++ | Nested namespace syntax
Daily bit(e) of C++ #187, C++17 simplified nested namespace syntax.
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.