Hacker News new | ask | show | jobs
by dataflow 999 days ago
Are you sure every name in std is as unlikely to collide as cout? What about format(), apply(), ...?
1 comments

If a name collides, nothing prevents you from explicitly qualifying it.
When it silently changes the behavior you have no idea there was a collision.