提交 035b818e 编写于 作者: B Behdad Esfahbod

[meta] Fix addressof()

上级 7654ebe3
...@@ -71,7 +71,7 @@ template <typename T> using hb_type_identity = typename hb_match_identity<T>::ty ...@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册