Whitespace
This commit is contained in:
parent
72eb91deb9
commit
0bf86d9c5d
|
@ -139,8 +139,8 @@ struct
|
||||||
} HB_FUNCOBJ (hb_ref);
|
} HB_FUNCOBJ (hb_ref);
|
||||||
|
|
||||||
|
|
||||||
template<bool B, typename T = void> struct hb_enable_if {};
|
template <bool B, typename T = void> struct hb_enable_if {};
|
||||||
template<typename T> struct hb_enable_if<true, T> { typedef T type; };
|
template <typename T> struct hb_enable_if<true, T> { typedef T type; };
|
||||||
#define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
|
#define hb_enable_if(Cond) typename hb_enable_if<(Cond)>::type* = nullptr
|
||||||
|
|
||||||
template <typename T, typename T2> struct hb_is_same : hb_false_t {};
|
template <typename T, typename T2> struct hb_is_same : hb_false_t {};
|
||||||
|
|
Loading…
Reference in New Issue