diff --git a/static_assert.htm b/static_assert.htm index 6e941de..1e2f321 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -6,7 +6,7 @@
-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