Try fixing AppVeyor bots
This commit is contained in:
parent
7e3015a315
commit
3c13e153fe
|
@ -93,7 +93,8 @@ public:
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
void operator&() const; // whose address can't be taken
|
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
|
// Static assertions
|
||||||
#ifndef static_assert
|
#ifndef static_assert
|
||||||
|
|
Loading…
Reference in New Issue