[meta] Fix addressof()

This commit is contained in:
Behdad Esfahbod 2019-05-07 17:21:18 -07:00
parent 7654ebe3a5
commit 035b818e34
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ template <typename T> using hb_type_identity = typename hb_match_identity<T>::ty
struct
{
template <typename T>
T* operator () (const T& arg) const
T* operator () (T& arg) const
{
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wcast-align"