79327561

Date: 2025-01-03 20:07:04
Score: 0.5
Natty:
Report link

Just add a couple of parentheses:

            ((std::clog << "[" << std::put_time(std::gmtime(&t), "%F %T") << "]" << "[DEBUG] ") << ... << args) << '\n';

This makes the fold expression well formed, by clearly identifying the "init" term.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nilo