Try fixing AppVeyor bots

pull/569/head
Behdad Esfahbod 7 years ago
parent 7e3015a315
commit 3c13e153fe
  1. 3
      src/hb-private.hh

@ -93,7 +93,8 @@ public:
}
private:
void operator&() const; // whose address can't be taken
} nullptr = {}; // and whose name is nullptr
} _hb_nullptr = {}; // and whose name is nullptr
#define nullptr _hb_nullptr
// Static assertions
#ifndef static_assert

Loading…
Cancel
Save