[jira] Commented: (STDCXX-195) [Linux] error on std::putc()

2008-01-03 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12555762#action_12555762 ] Martin Sebor commented on STDCXX-195: - Same problem with getc(): $ cat t.cpp make t

[jira] Commented: (STDCXX-195) [Linux] error on std::putc()

2006-06-05 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-195?page=comments#action_12414838 ] Martin Sebor commented on STDCXX-195: - The problem here is that putc is #defined as a macro by the C library. This is explicitly disallowed by lib.headers, p6 (clarified