[IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions
----------------------------------------------------------------
Key: STDCXX-742
URL: https://issues.apache.org/jira/browse/STDCXX-742
Project: C++ Standard Library
Issue Type: Bug
Components: 22. Localization
Affects Versions: 4.2.1
Reporter: Travis Vitek
Assignee: Travis Vitek
Priority: Minor
Fix For: 4.2.1
This is an additional set of failures that remain after fixing the catopen()
failure in STDCXX-665.
{noformat}
# ASSERTION (S7) (4 lines):
# TEXT: has_fact<messages_byname<char> >(locale()) == false
# CLAUSE: lib.category.messages
# LINE: 320
# ASSERTION (S7) (4 lines):
# TEXT: use_fact<messages_byname<char> >(locale()) failed to throw
# CLAUSE: lib.category.messages
# LINE: 329
# ASSERTION (S7) (4 lines):
# TEXT: has_fact<messages_byname<char> >(locale("C")) == true
# CLAUSE: lib.category.messages
# LINE: 320
# ASSERTION (S7) (4 lines):
# TEXT: use_fact<messages_byname<char> >(locale("C")) failed to throw
# CLAUSE: lib.category.messages
# LINE: 329
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.