[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2008-01-03 Thread Martin Sebor (JIRA)
[ 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

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-17 Thread Travis Vitek (JIRA)
[ 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

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-07 Thread Martin Sebor (JIRA)
[ 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

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-06 Thread Travis Vitek (JIRA)
[ 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

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-06 Thread Martin Sebor (JIRA)
[ 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

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-03 Thread Travis Vitek (JIRA)
[ 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