* src/locale.cc: Remove bogus locale::id definitions.

From-SVN: r39598
This commit is contained in:
Mark Mitchell 2001-02-12 09:06:39 +00:00 committed by Mark Mitchell
parent 0c0c8d256b
commit 11662aaaa5
2 changed files with 4 additions and 22 deletions

View File

@ -1,3 +1,7 @@
2001-02-12 Mark Mitchell <mark@codesourcery.com>
* src/locale.cc: Remove bogus locale::id definitions.
2001-02-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,

View File

@ -61,32 +61,10 @@ namespace std
// Definitions for locale::id of standard facets.
locale::id ctype<char>::id;
locale::id codecvt<char, char, mbstate_t>::id;
locale::id num_get<char>::id;
locale::id num_put<char>::id;
locale::id numpunct<char>::id;
locale::id collate<char>::id;
locale::id time_get<char>::id;
locale::id time_put<char>::id;
locale::id money_get<char>::id;
locale::id money_put<char>::id;
locale::id moneypunct<char, false>::id;
locale::id moneypunct<char, true>::id;
locale::id messages<char>::id;
#ifdef _GLIBCPP_USE_WCHAR_T
locale::id ctype<wchar_t>::id;
locale::id codecvt<wchar_t, char, mbstate_t>::id;
locale::id num_get<wchar_t>::id;
locale::id num_put<wchar_t>::id;
locale::id numpunct<wchar_t>::id;
locale::id collate<wchar_t>::id;
locale::id time_get<wchar_t>::id;
locale::id time_put<wchar_t>::id;
locale::id money_get<wchar_t>::id;
locale::id money_put<wchar_t>::id;
locale::id moneypunct<wchar_t, false>::id;
locale::id moneypunct<wchar_t, true>::id;
locale::id messages<wchar_t>::id;
#endif
// Definitions for static const data members of locale::id