|
[
Permlink
| « Hide
]
Martin Sebor added a comment - 06/Jun/06 01:54 AM
Scott, I believe I know what you're talking about but it would be good to have a small test case demonstrating the problem.
This is also an issue when using gcc:
$ cat t.cpp && uname -srvp && gcc -dumpversion && make t int main() The problem here is that putc is #defined as a macro by the C library. This is explicitly disallowed by lib.headers, p6 (clarified by Footnote 166):
See also
Same problem with getc():
$ cat t.cpp && make t int main() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||