Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63373 lupdate needs C++17 support
  3. QTBUG-63364

Add support for nested namespace definition in lupdate

    XMLWordPrintable

Details

    • 58bf8789242b0775d491c8969abae8f42f2bc32d

    Description

      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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            cerkiewny Mateusz Starzycki
            andysh Andy Shaw
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes