Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28692

"add definition" uses fully qualified namespace into inline namespace

XMLWordPrintable

    • abaa44243 (master)

      there's a small glitch with the refactoring tool using inline namespaces:

      struct foo
      {
        foo(std::filesystem::path);
      };
      

      when i use "refactor->add definition", qtcreator generates:

      foo::foo(std::filesystem::__cxx11::path)
      {}
      

        For Gerrit Dashboard: QTCREATORBUG-28692
        # Subject Branch Project Status CR V

            kandeler Christian Kandeler
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes