Re: [jira] Commented: (STDCXX-742) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions

2008-04-02 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: Travis Vitek wrote: Travis Vitek commented on STDCXX-742: - This is happening because we don't use the -qrtti=dynamiccast option. We internally use a dynamic_cast to determine if the facet is of the correct der

RE: [jira] Commented: (STDCXX-742) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions

2008-04-01 Thread Travis Vitek
>Martin Sebor wrote: > >Travis Vitek wrote: >> >> >>> Travis Vitek commented on STDCXX-742: >>> - >>> >>> This is happening because we don't use the -qrtti=dynamiccast >>> option. We internally use a dynamic_cast to determine if the >>> facet is of the co

Re: [jira] Commented: (STDCXX-742) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions

2008-04-01 Thread Martin Sebor
Travis Vitek wrote: Travis Vitek commented on STDCXX-742: - This is happening because we don't use the -qrtti=dynamiccast option. We internally use a dynamic_cast to determine if the facet is of the correct derived type, but if dynamic_cast isn't support

RE: [jira] Commented: (STDCXX-742) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions

2008-04-01 Thread Travis Vitek
>Travis Vitek commented on STDCXX-742: >- > >This is happening because we don't use the -qrtti=dynamiccast >option. We internally use a dynamic_cast to determine if the >facet is of the correct derived type, but if dynamic_cast >isn't supported we use a C s