[meta] Fix addressof()
This commit is contained in:
parent
7654ebe3a5
commit
035b818e34
|
@ -71,7 +71,7 @@ template <typename T> using hb_type_identity = typename hb_match_identity<T>::ty
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
template <typename T>
|
template <typename T>
|
||||||
T* operator () (const T& arg) const
|
T* operator () (T& arg) const
|
||||||
{
|
{
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wcast-align"
|
#pragma GCC diagnostic ignored "-Wcast-align"
|
||||||
|
|
Loading…
Reference in New Issue