mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::spirit: Disable zealous assert for character test in spirit headers.
This commit is contained in:
parent
8f65df5f1f
commit
bd46cf49ed
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
// this becomes the single leading precompiled header.
|
||||
#include <ircd/ircd.h>
|
||||
|
||||
// Disables asserts in spirit headers even when we're NDEBUG due to
|
||||
// some false asserts around boolean character tests in spirit.
|
||||
#define BOOST_DISABLE_ASSERTS
|
||||
|
||||
#pragma GCC visibility push(default)
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/function.hpp>
|
||||
|
|
Loading…
Reference in a new issue