79466567

Date: 2025-02-25 12:38:22
Score: 1.5
Natty:
Report link

Same idea is this suggestion, but better: instead of throwing - set a variable.

bool r = false; std::call_once(flag,{r = true;}); return r;

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: lewis