OSDN Git Service

* src/locale.cc: Remove bogus locale::id definitions.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Feb 2001 09:06:39 +0000 (09:06 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Feb 2001 09:06:39 +0000 (09:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39598 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/src/locale.cc

index 3da56c2..e2e4a41 100644 (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,
index 5b276a2..5eaf1c9 100644 (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