• Show log

    Commit

  • Hash : 807b8aa4
    Author : Behdad Esfahbod
    Date : 2009-11-19T20:28:03

    Another C++ strictness fix
    
    Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
    (Error: A union member cannot have a user-defined assignment operator)
    
    According to the bug:
    
    C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
    explicitly using of union members with constructors, destructors or assignment
    operations.
    
    So we use a set() method instead of the assignment operator.  Ugly, but hey,
    that's life.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags

  • README

  • This is HarfBuzz, an OpenType Layout engine.
    
    Bug reports on these files should be sent to the HarfBuzz mailing list as
    listed on http://freedesktop.org/wiki/Software/harfbuzz
    
    For license information, see the file COPYING.
    
    Behdad Esfahbod
    May 24, 2009