From 7ee3194f9825e988716d760c0c765b7af2a10639 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 28 Jun 2020 15:41:44 -0700 Subject: [PATCH] [meta] Remove wrong comment --- src/hb-meta.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-meta.hh b/src/hb-meta.hh index c08b191f1..4c0898b1b 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -343,7 +343,6 @@ using hb_is_move_assignable = hb_is_assignable, template union hb_trivial { T value; }; -/* Don't know how to do the following. */ template using hb_is_trivially_destructible= hb_is_destructible>; #define hb_is_trivially_destructible(T) hb_is_trivially_destructible::value