Hacker News new | ask | show | jobs
by lldbg 1980 days ago
The original reason is that it was not possibly to implement in a type-safe manner with c++98, as it lacked variadic templates. The << stream << stuff was always a compromise.