This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/18684] static member function not defined in std::locale::facet class
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2004 23:04:23 -0000
- Subject: [Bug libstdc++/18684] static member function not defined in std::locale::facet class
- References: <20041126210332.18684.yanliu@ca.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-11-29 23:04 -------
By the way, about your latest snippet, it doesn't include, as it should <locale>
(you are using messages) and messages<int> (at variance with char and wchar_t)
is not a required instantiation (see Table 51 and 52).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18684