From 2cf2951f9710aa4446bb8f065e78a41d6e172ea5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 5 Oct 2004 15:45:52 +0000 Subject: [PATCH] c++boost.gif -> boost.png replacement [SVN r25573] --- static_assert.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -

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