0
0
Fork 0
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:
Jason Volk 2020-02-27 11:54:47 -08:00
parent 8f65df5f1f
commit bd46cf49ed

View file

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