Hide hb_addressof()
This commit is contained in:
parent
6befa75cdf
commit
6b5eaa7530
|
@ -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*>(
|
||||
|
|
Loading…
Reference in New Issue