added static id member

This commit is contained in:
jez_higgins 2006-05-19 18:46:43 +00:00
parent 6840c7b88d
commit c72f2ffd1e

View file

@ -31,6 +31,8 @@ namespace convert
class ucs2utf8codecvt : public std::codecvt<char, wchar_t, std::mbstate_t>
{
public:
static std::locale::id id;
protected:
typedef std::codecvt_base::result result;