Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 10.0.0-beta1
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) {}