• Show log

    Commit

  • Hash : ff92de76
    Author : Behdad Esfahbod
    Date : 2018-05-29T18:48:45

    Remove HB_DISALLOW_COPY_AND_ASSIGN
    
    llvm-gcc-4.2 bot had this problem:
    hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]'
    
    Removing the delete didn't work with a constructor. So, remove constructor.
    Just disallow assignment.  Still better than nothing.
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags