• B
    Remove ASSERT_POD · 35d410f2
    Behdad Esfahbod 提交于
    Newer compilers / language allows structs with constructor in union.
    So, this was not actually testing anything.  Indeed, the recent
    change in DISALLOW_COPY *is* making some of our types non-POD.
    That broke some bots.
    
    Just remove this since it wasn't doing much, and I'd rather have
    DISALLOW_COPY.
    35d410f2
hb.hh 14.5 KB