From 3b702727b9357de5f3318eaea8c253e661fe9882 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 25 Nov 2007 18:38:02 +0000 Subject: [PATCH] Full merge from trunk at revision 41356 of entire boost-root tree. [SVN r41370] --- doc/static_assert.qbk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/static_assert.qbk b/doc/static_assert.qbk index 995d48a..7ff0b58 100644 --- a/doc/static_assert.qbk +++ b/doc/static_assert.qbk @@ -17,10 +17,6 @@ [section:intro Overview and Tutorial] -This documentation is -[@http://boost-consulting.com/vault/index.php?action=downloadfile&filename=boost_static_assert-1.34.pdf&directory=PDF%20Documentation& -also available in printer-friendly PDF format]. - The header `` 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 compile time equivalent of the assert macro; @@ -223,4 +219,3 @@ working at namespace, function, and class scope outweighed the ugliness of a mac [endsect] -