Try fixing AppVeyor bots

This commit is contained in:
Behdad Esfahbod 2017-10-15 14:02:58 +02:00
parent 7e3015a315
commit 3c13e153fe
1 changed files with 2 additions and 1 deletions

View File

@ -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