-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 10.0.0-beta1
-
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) {}