diff --git a/static_assert.htm b/static_assert.htm index 54691c6..92f475e 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -5,7 +5,7 @@ content="text/html; charset=iso-8859-1"> - +
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 +href="../../more/int_const_guidelines.htm">integral-constant-expression x is not true. In other words it is the compile time equivalent of the assert macro; this is sometimes known as a "compile-time-assertion", but will be called a "static @@ -268,7 +268,8 @@ warranty, and with no claim as to its suitability for any purpose.
Maintained by John Maddock, the latest version of this file can be found at www.boost.org, and the boost -discussion list at www.yahoogroups.com/list/boost. +discussion list at www.yahoogroups.com/list/boost.