Hide hb_addressof()

This commit is contained in:
Behdad Esfahbod 2018-12-17 21:55:33 -05:00
parent 6befa75cdf
commit 6b5eaa7530
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ hb_ctz (T v)
*/
template <typename T>
T* hb_addressof (T& arg)
static inline T* hb_addressof (T& arg)
{
/* https://en.cppreference.com/w/cpp/memory/addressof */
return reinterpret_cast<T*>(