mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
fixes to build with gcc 3.3 on GNU Darwin
This commit is contained in:
parent
76a6dd8d45
commit
fd5531985e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public:
|
|||
static const std::locale& utf8ucs2_locale()
|
||||
{
|
||||
#ifndef ARABICA_VS6_WORKAROUND
|
||||
static const std::locale loc(std::locale(), new Arabica::convert::utf8ucs2codecvt());
|
||||
static const std::locale loc = std::locale(std::locale(), new Arabica::convert::utf8ucs2codecvt);
|
||||
#else
|
||||
static const std::locale loc(std::_Addfac(std::locale(), new Arabica::convert::utf8ucs2codecvt()));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue