notify: Don't use constexpr on Haiku
This commit is contained in:
parent
193ffa06d9
commit
bf73d0f905
@ -28,7 +28,8 @@ struct notify {
|
|||||||
Cond cond;
|
Cond cond;
|
||||||
bool pending;
|
bool pending;
|
||||||
|
|
||||||
#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
|
#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__) && \
|
||||||
|
!defined(__HAIKU__)
|
||||||
constexpr
|
constexpr
|
||||||
#endif
|
#endif
|
||||||
notify():pending(false) {}
|
notify():pending(false) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user