We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6262ea commit 895d709Copy full SHA for 895d709
CppCoreGuidelines.md
@@ -20353,6 +20353,8 @@ and errors (when we didn't deal correctly with semi-constructed objects consiste
20353
Cleanup();
20354
}
20355
20356
+ // ...
20357
+
20358
// bad: two-phase initialization
20359
bool Init()
20360
{
@@ -20409,6 +20411,8 @@ and errors (when we didn't deal correctly with semi-constructed objects consiste
20409
20411
20410
20412
20413
// compiler generated dtor does the job. (also see C.21)
20414
20415
20416
};
20417
20418
Picture picture1(100, 100);
0 commit comments