There is no apparent support for the c++17 feature composed namespace (example below) ```cpp namespace name1::name2::name3 { // .... } ```