Community
Participate
Working Groups
Build Identifier: CDT 8.1 I get false positive warnings about members not initialized in copy constructor see https://bugs.eclipse.org/bugs/show_bug.cgi?id=339795#c51 class C { public: int field; C(); C(const C& toBeCopied) { *this = toBeCopied; }; }; Reproducible: Always
Fixed in 8.1.0 > 2012-03-07.
*** cdt git genie on behalf of Marc-Andre Laperle *** Bug 368420 - FP in members not initialized in in copy constructor [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=53bc0f10e6d414ea628569ea492bd7f1a7bb758b