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

"add definition" uses fully qualified namespace into inline namespace

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 10.0.0-beta1
    • C/C++/Obj-C++ Support

    Description

      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)
      {}
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes