79187444

Date: 2024-11-14 05:01:05
Score: 1.5
Natty:
Report link

Why not just write v.emplace_back(1, 2); instead of what you currently have: v.emplace_back(std::make_pair(A(1), A(2))); ?

Running this modified code, I get only:

1 created at 0x586bf7ac12b0
2 created at 0x586bf7ac12b4
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why not
  • Low reputation (0.5):
Posted by: viv55