79366692

Date: 2025-01-18 07:11:58
Score: 1.5
Natty:
Report link
try {
  // do work
} catch (...) {  
  // cleanup
  std::rethrow_exception(std::current_exception());
}
// cleanup
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27271692