[meta] Remove wrong comment

This commit is contained in:
Behdad Esfahbod 2020-06-28 15:41:44 -07:00
parent 26b9670d99
commit 7ee3194f98
1 changed files with 0 additions and 1 deletions

View File

@ -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