Re: [HarfBuzz] Patch: fix compilation of harfbuzz with Sun Studio on Solaris

2010-07-23 Thread Behdad Esfahbod
On 06/24/10 06:38, Ginn Chen wrote: > 2) A union member cannot have a user-defined assignment operator. > Same issue as https://bugzilla.gnome.org/show_bug.cgi?id=602408#c1 Well, technically BEInt is never used as a union member. It's used in strcut IntType, and IntType is used in unions. But I'

[HarfBuzz] Patch: fix compilation of harfbuzz with Sun Studio on Solaris

2010-06-24 Thread Ginn Chen
There're 2 issues. 1) C++ function pointer can not be assigned to C function pointer type without explicit casting. Instead of adding a lots of casting, I added HB_BEGIN_DECLS/END_DECLS for *nil functions. 2) A union member cannot have a user-defined assignment operator. Same issue as https://b