diff --git a/doc/html/BOOST_PARSER_ASSERT.html b/doc/html/BOOST_PARSER_ASSERT.html index 574bc85d..3dd11647 100644 --- a/doc/html/BOOST_PARSER_ASSERT.html +++ b/doc/html/BOOST_PARSER_ASSERT.html @@ -6,13 +6,13 @@ - - + +
Asserts that the given condition is true. If BOOST_PARSER_NO_RUNTIME_ASSERTIONS
macro is defined by the user, BOOST_PARSER_ASSERT
expends to a compile-time static_assert()
. Otherwise, it expands to a run-time BOOST_ASSERT()
.