From 42013c6295b45bc37516476f6376a44ff3b4b16a Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 15 Jan 2001 17:13:18 +0000 Subject: [PATCH] Fix broken link [SVN r8603] --- static_assert.htm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 @@ - + static assertions -

Header <boost/static_assert.hpp>

+

Header <boost/static_assert.hpp>

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