You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/09/05 02:00:44 UTC

[jira] Reopened: (STDCXX-531) create test 22.locale.messages.mt.cpp

     [ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reopened STDCXX-531:
---------------------------------


There's a compilation problem in the test -- looks like a missing typename keyword, and a number of warnings. Travis, can you please fix these and resubmit the corrected test?

Reopened until the problem(s) have been resolved and the corrected test committed.

22.locale.messages.mt.cpp: In function `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&)':
22.locale.messages.mt.cpp:259: error: expected initializer before "res"
22.locale.messages.mt.cpp:262: error: `res' was not declared in this scope
22.locale.messages.mt.cpp: At global scope:
22.locale.messages.mt.cpp: In instantiation of `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&) [with T = char]':
22.locale.messages.mt.cpp:330:   instantiated from here
22.locale.messages.mt.cpp:255: warning: unused parameter 'msgs'
22.locale.messages.mt.cpp:255: warning: unused parameter 'cat'
22.locale.messages.mt.cpp:255: warning: unused parameter 'dflt'
22.locale.messages.mt.cpp: In instantiation of `void test_get(const std::messages<_CharT>&, int, int, int, const std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_TypeU> >&) [with T = wchar_t]':
22.locale.messages.mt.cpp:337:   instantiated from here
22.locale.messages.mt.cpp:255: warning: unused parameter 'msgs'
22.locale.messages.mt.cpp:255: warning: unused parameter 'cat'
22.locale.messages.mt.cpp:255: warning: unused parameter 'dflt'


> create test 22.locale.messages.mt.cpp 
> --------------------------------------
>
>                 Key: STDCXX-531
>                 URL: https://issues.apache.org/jira/browse/STDCXX-531
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: 22. Localization, Thread Safety
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2
>
>         Attachments: 22.locale.messages.mt.cpp
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.