From 6b5eaa753047b6b0389cb7521c52efbaccf72daf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 17 Dec 2018 21:55:33 -0500 Subject: [PATCH] Hide hb_addressof() --- src/hb-dsalgs.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-dsalgs.hh b/src/hb-dsalgs.hh index b8b562593..bc05207bc 100644 --- a/src/hb-dsalgs.hh +++ b/src/hb-dsalgs.hh @@ -235,7 +235,7 @@ hb_ctz (T v) */ template -T* hb_addressof (T& arg) +static inline T* hb_addressof (T& arg) { /* https://en.cppreference.com/w/cpp/memory/addressof */ return reinterpret_cast(