Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51009 - trunk/libs/tr1/doc
From: john_at_[hidden]
Date: 2009-02-04 10:52:05


Author: johnmaddock
Date: 2009-02-04 10:52:04 EST (Wed, 04 Feb 2009)
New Revision: 51009
URL: http://svn.boost.org/trac/boost/changeset/51009

Log:
Fix broken links.
Text files modified:
   trunk/libs/tr1/doc/tr1.qbk | 17 +++++++++++------
   1 files changed, 11 insertions(+), 6 deletions(-)

Modified: trunk/libs/tr1/doc/tr1.qbk
==============================================================================
--- trunk/libs/tr1/doc/tr1.qbk (original)
+++ trunk/libs/tr1/doc/tr1.qbk 2009-02-04 10:52:04 EST (Wed, 04 Feb 2009)
@@ -57,14 +57,17 @@
 Note that you must not copy the headers in boost/tr1/tr1 into a directory
 called "include", doing so will cause them to cease working.
 
-[blurb [*Important Note #1]\n\n
+[blurb [*Important Note #1]
+
 The include path order is very important if you want this library to work
 correctly. If you get compiler errors then suspect the include paths. The
-correct order is:\n\n
+correct order is:
+
 1) boost-root/boost/tr1/tr1\n
 2) boost-root\n
 3) Any other standard library replacements (STLport for example).\n
-4) Your regular standard library.]
+4) Your regular standard library.\n
+]
 
 [blurb [*Important Note #2: GNU C++ Users]
 
@@ -1873,7 +1876,9 @@
 
 [section:cmath_header <cmath>]
 
-See: [link boost_tr1.unsupported.special Special Functions]
+See: [link boost_tr1.subject_list.special Special Functions]
+
+See: [link boost_tr1.subject_list.c99_special C99 Special Functions]
 
 [endsect]
 
@@ -1933,13 +1938,13 @@
 
 [section:unordered_map_header <unordered_map>]
 
-See: [link boost_tr1.unsupported.unordered_map Unordered Associative Map]
+See: [link boost_tr1.subject_list.unordered_map Unordered Associative Map]
 
 [endsect]
 
 [section:unordered_set_header <unordered_set>]
 
-See: [link boost_tr1.unsupported.unordered_set Unordered Associative Set].
+See: [link boost_tr1.subject_list.unordered_set Unordered Associative Set].
 
 [endsect]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk