Live data from Hacker News

An ambiguity in c89 which will never be fixed

sebsite.pw

1–5 of 5 posts

Re: An ambiguity in c89 which will never be fixed

#3
All the weird stuff I have read about C or C++ doing over the years could be summed up with “Well… don’t do that.”

Like almost without fail. I can’t even think of how you’d end up in a scenario like this because a compiler would complain before letting you use an undefined implicit declaration.

Re: An ambiguity in c89 which will never be fixed

#4

All the weird stuff I have read about C or C++ doing over the years could be summed up with “Well… don’t do that.” Like almost without fail. I can’t even think of how you’d end up in a scenario like this because a compiler would complain before letting you use an undefined implicit declaration.

That doesn't make it any less interesting :)