Community
Participate
Working Groups
In the following two examples we don't detect the user-defined copy-constructor and add the implicit one: template<typename T> struct C { C(const C<T>& c) {} }; struct D { typedef const D& TD; D(TD c) {} };
Added testcase and fix.
*** cdt git genie on behalf of Markus Schorn *** Bug 360223: Detection of user-defined copy constructor. [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=b7224bd864daba451c0b87b2f4797eaff55583f0