You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/02/26 15:28:51 UTC

[jira] Closed: (STDCXX-594) remove _V3_LOCALE macro from headers and sources

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

Farid Zaripov closed STDCXX-594.
--------------------------------


Closing the resolved issue.

> remove _V3_LOCALE macro from headers and sources
> ------------------------------------------------
>
>                 Key: STDCXX-594
>                 URL: https://issues.apache.org/jira/browse/STDCXX-594
>             Project: C++ Standard Library
>          Issue Type: Task
>          Components: 22. Localization
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0
>         Environment: all
>            Reporter: Martin Sebor
>            Assignee: Farid Zaripov
>            Priority: Minor
>             Fix For: 4.2.1
>
>
> The macro _V3_LOCALE that appears in a number headers and sources is unused and should be removed,
> Here's a list of library files where the macro appears. There might be other occurrences in tests and elsewhere.
> $ find ~/stdcxx/include/ ~/stdcxx/src/ -type f | xargs grep -l _V3_LOCALE | grep -v -e "/.svn/" -e "~"
> /nfs/homes/sebor/stdcxx/include/loc/_time_get.cc
> /nfs/homes/sebor/stdcxx/include/loc/_convenience.h
> /nfs/homes/sebor/stdcxx/include/loc/_locale.h
> /nfs/homes/sebor/stdcxx/include/loc/_moneypunct.h
> /nfs/homes/sebor/stdcxx/include/loc/_messages.h
> /nfs/homes/sebor/stdcxx/include/loc/_numpunct.h
> /nfs/homes/sebor/stdcxx/include/loc/_money_put.cc
> /nfs/homes/sebor/stdcxx/include/loc/_collate.h
> /nfs/homes/sebor/stdcxx/include/loc/_money_get.cc
> /nfs/homes/sebor/stdcxx/include/loc/_num_put.cc
> /nfs/homes/sebor/stdcxx/include/loc/_codecvt.cc
> /nfs/homes/sebor/stdcxx/include/loc/_num_get.cc
> /nfs/homes/sebor/stdcxx/include/loc/_moneypunct.cc
> /nfs/homes/sebor/stdcxx/include/loc/_messages.cc
> /nfs/homes/sebor/stdcxx/include/loc/_numpunct.cc
> /nfs/homes/sebor/stdcxx/include/loc/_collate.cc
> /nfs/homes/sebor/stdcxx/include/loc/_ctype.cc
> /nfs/homes/sebor/stdcxx/include/loc/_ctype.h
> /nfs/homes/sebor/stdcxx/include/loc/_codecvt.h
> /nfs/homes/sebor/stdcxx/include/loc/_time_put.cc
> /nfs/homes/sebor/stdcxx/include/rw/_defs.h
> /nfs/homes/sebor/stdcxx/src/ChangeLog

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