- 
     Technical task Technical task
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
        58bf8789242b0775d491c8969abae8f42f2bc32d
Currently it is only possible to have namespaces defined as:
namespace A {
namespace B {
...
for lupdate to handle them correctly. With C++17 it is now possible to do:
namespace A::B {
...
so it would be ideal to have support for that too.
| For Gerrit Dashboard: QTBUG-63364 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 225194,3 | lupdate: add support for c++17 nested namespaces | dev | qt/qttools | Status: MERGED | +2 | 0 |