summaryrefslogtreecommitdiff
path: root/indra/llcommon/llevents.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 13:45:07 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 10:59:22 +0800
commit368a9c7c61f8144eca48b12c5aac82b6a1d8c6bf (patch)
treec915a09b4dbe4c2fa5e95f5ecb48458d29152c16 /indra/llcommon/llevents.h
parente87035c17b23dc6cca2eea2b0ff9223314bb55ea (diff)
Undefine NULL before defining it to 0 on FreeBSD
Since C++11, NULL is promoted to nullptr on some BSD platforms. This is very problematic when used with Boost. At times it would fail during compile-time. What's worse is if it passes compile-time, but then crash during run-time, for example when some condition is to be checked for its truth, when then it would be compared to a nullptr.
Diffstat (limited to 'indra/llcommon/llevents.h')
0 files changed, 0 insertions, 0 deletions