diff --git a/static_assert.htm b/static_assert.htm index 164a4b3..0f6061e 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -6,13 +6,12 @@ - +
The header <boost/static_assert.hpp> supplies a single macro BOOST_STATIC_ASSERT(x), which generates a compile time error message if the integral-constant-expression x is not true. In other words it is the