From 3488b2bdf29496654a009b0d0b1341cf66658b73 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 13 Jul 2008 21:08:33 +0000 Subject: [PATCH] Merge some documentation updates and fixes from trunk. Merged revisions 47364,47402-47403 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r47364 | danieljames | 2008-07-12 20:32:15 +0100 (Sat, 12 Jul 2008) | 1 line Fix a PDF link that I missed before. (in static assert) ........ r47402 | danieljames | 2008-07-13 20:42:56 +0100 (Sun, 13 Jul 2008) | 2 lines Note that emplace is only available on a few compilers. ........ r47403 | danieljames | 2008-07-13 21:07:45 +0100 (Sun, 13 Jul 2008) | 2 lines Update the implementation details. ........ [SVN r47405] --- doc/static_assert.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/static_assert.qbk b/doc/static_assert.qbk index 4b62e84..6063a12 100644 --- a/doc/static_assert.qbk +++ b/doc/static_assert.qbk @@ -16,7 +16,7 @@ ] This manual is also available in -[@http:svn.boost.org/svn/boost/sandbox/pdf/static_assert/release/static_assert.pdf +[@http://svn.boost.org/svn/boost/sandbox/pdf/static_assert/release/static_assert.pdf printer friendly PDF format]. [section:intro Overview and Tutorial]