djinni icon indicating copy to clipboard operation
djinni copied to clipboard

Simplify nested namespaces codegen

Open ukreator opened this issue 2 years ago • 0 comments

Using namespace ns1::ns2::ns3 { instead of namespace ns1 { namespace ns2 { namespace ns3 { which slightly simplifies codegen and makes the code conformant with modernize-concat-nested-namespaces clang-tidy check.

ukreator avatar Oct 24 '22 10:10 ukreator