My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 19, 2010 9:54 UTC (Tue) by nix (subscriber, #2304)In reply to: My advice on implementing stuff in C: by HelloWorld
Parent article: Russell: On C Library Implementation
What? Implicit int doesn't have anything to do with the complexity of name lookup. I was thinking of things like Koenig lookup, the effect of templates on name lookup in general, and what happened to it when 'export' came in. All the rules in isolation are sensible, but in combination it's fearsome.
