[meta] Remove wrong comment
This commit is contained in:
parent
26b9670d99
commit
7ee3194f98
@ -343,7 +343,6 @@ using hb_is_move_assignable = hb_is_assignable<hb_add_lvalue_reference<T>,
|
||||
|
||||
template <typename T> union hb_trivial { T value; };
|
||||
|
||||
/* Don't know how to do the following. */
|
||||
template <typename T>
|
||||
using hb_is_trivially_destructible= hb_is_destructible<hb_trivial<T>>;
|
||||
#define hb_is_trivially_destructible(T) hb_is_trivially_destructible<T>::value
|
||||
|
Loading…
Reference in New Issue
Block a user