mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-14 08:48:18 +01:00
added static id member
This commit is contained in:
parent
6840c7b88d
commit
c72f2ffd1e
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ namespace convert
|
||||||
|
|
||||||
class ucs2utf8codecvt : public std::codecvt<char, wchar_t, std::mbstate_t>
|
class ucs2utf8codecvt : public std::codecvt<char, wchar_t, std::mbstate_t>
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
static std::locale::id id;
|
||||||
protected:
|
protected:
|
||||||
typedef std::codecvt_base::result result;
|
typedef std::codecvt_base::result result;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue