[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555746#action_12555746
]
Martin Sebor commented on STDCXX-240:
-
Travis, the patch has been checked in so I think
[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552501
]
Travis Vitek commented on STDCXX-240:
-
Some of the compilers handle disabling of exceptions differently. With AIX
[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549459
]
Martin Sebor commented on STDCXX-240:
-
I understand that what's at issue here is changing the library headers by
[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549291
]
Travis Vitek commented on STDCXX-240:
-
The original snippet provided above shows someone trying to build their co
[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549274
]
Martin Sebor commented on STDCXX-240:
-
Is it enough to #define only _RWSTD_NO_EXCEPTIONS but none of the other
e
[
https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548008
]
Travis Vitek commented on STDCXX-240:
-
Gnu C++ has `-fno-exceptions' which undefines the __EXCEPTIONS macro.
Visu