From 4b763affa640735cf5c7382e15f16dbcb88cf54e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 28 Mar 2019 11:11:52 -0700 Subject: [PATCH] Comment --- src/hb.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb.hh b/src/hb.hh index 67f09b981..ec24c1ae0 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -214,6 +214,7 @@ extern "C" int hb_memalign_impl(void **memptr, size_t alignment, size_t size); * Compiler attributes */ +/* https://github.com/harfbuzz/harfbuzz/issues/1634 */ #if __cplusplus < 201103L && !defined(_MSC_VER) #ifndef nullptr