-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Credit: @AlexOteiza
for (auto i = 0; i < 3; i++)
{
X* pX = nullptr;
// Begin
if (i == 0)
{
X0 var;
var.Process();
}
else if (i == 1)
{
X1 var;
var.Process();
}
else
{
X2 var;
var.Process();
}
continue; // I regret nothing
// End
pX->Process();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels