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.
Compiler Explorer link: https://compiler-explorer.com/z/4YGv37e1j
@simontoth This is an amazing QOL feature