[meta] Remove hb_enable_if_t
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 9 Jan 2019 09:02:38 +0000 (01:02 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 21 Jan 2019 01:12:12 +0000 (20:12 -0500)
commit7987095e64e52b509661828aeadabe0b27bba0d0
tree0633ba0402b6560c599b79694398f67417880659
parent15a69284369ce739e79bf288a55c4c3010313144
[meta] Remove hb_enable_if_t

It was only used for C++<11 which does not allow default parameters
in function templates.  Looks like we cannot support <11 anyway, so,
start cleaning up.
src/hb-iter.hh
src/hb-meta.hh
src/hb-open-type.hh
src/hb-ot-layout-common.hh
src/test-iter.cc