Third try at fixing VS build

https://github.com/harfbuzz/harfbuzz/issues/1730
This commit is contained in:
Behdad Esfahbod 2019-05-31 22:11:27 -07:00
parent 8aaecbb583
commit aba3888d93
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ auto hb_partial (Appl&& a, V&& v) HB_AUTO_RETURN
(hb_partial<Pos> ( \
/* The following ugly line is a hacky replacement for "this". */ \
/* https://github.com/harfbuzz/harfbuzz/issues/1730 */ \
&*this, \
(true?this:nullptr), \
hb_forward<_T> (_v))) \
static_assert (true, "")