[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546853 ]
Farid Zaripov commented on STDCXX-459: -------------------------------------- ChangeLog: STDCXX-459 * include/loc/_time_get.h (__rw_get_timepunct): Removed unnecessary declaration of the function. (do_date_order): Function outlined and moved from here... * include/loc/_time_get.cc (do_date_order):... to here. Used __rw_get_dateorder() to obtain the dateorder value. (__rw_get_dateorder): Added declaration of the new function. (__rw_get_timepunct): Removed unnecessary _RWSTD_EXPORT attribute. * src/time_get.cpp (__rw_get_dateorder): Added new function to obtain the dateorder value. * src/time_put.cpp (__rw_get_timepunct): Removed unnecessary _RWSTD_EXPORT attribute. > time_get::date_order() should return actually date order taken from locale > -------------------------------------------------------------------------- > > Key: STDCXX-459 > URL: https://issues.apache.org/jira/browse/STDCXX-459 > Project: C++ Standard Library > Issue Type: Improvement > Components: 22. Localization > Affects Versions: 4.1.2, 4.1.3, 4.1.4 > Environment: All > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.1 > > Attachments: stdcxx-459.patch > > > The current implementation of the time_get::date_order() always returns > no_order. It should return date order used by a locale facet > (http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg03734.html). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.