Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79869 - in branches/release: . libs libs/functional libs/functional/hash/doc
From: dnljms_at_[hidden]
Date: 2012-08-05 04:36:49


Author: danieljames
Date: 2012-08-05 04:36:49 EDT (Sun, 05 Aug 2012)
New Revision: 79869
URL: http://svn.boost.org/trac/boost/changeset/79869

Log:
Merge some link fixes.
Properties modified:
   branches/release/ (props changed)
   branches/release/libs/ (props changed)
   branches/release/libs/functional/ (props changed)
   branches/release/libs/libraries.htm (contents, props changed)
Text files modified:
   branches/release/libs/functional/hash/doc/tutorial.qbk | 4 ++--
   branches/release/libs/libraries.htm | 4 ++--
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: branches/release/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- branches/release/libs/functional/hash/doc/tutorial.qbk (original)
+++ branches/release/libs/functional/hash/doc/tutorial.qbk 2012-08-05 04:36:49 EDT (Sun, 05 Aug 2012)
@@ -206,7 +206,7 @@
 include the main header before instantiating [classref boost::hash]. When using
 a container that uses [classref boost::hash] it should do that for you, so your
 type will work fine with the boost hash containers. There's an example of this
-in [@boost:/libs/unordered/examples/template.hpp template.hpp] and
-[@boost:/libs/unordered/examples/template.cpp template.cpp].
+in [@boost:/libs/functional/hash/examples/template.hpp template.hpp] and
+[@boost:/libs/functional/hash/examples/template.cpp template.cpp].
 
 [endsect]

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2012-08-05 04:36:49 EDT (Sun, 05 Aug 2012)
@@ -396,7 +396,7 @@
     <li>asio - Portable networking and other low-level
         I/O, including sockets, timers, hostname resolution, socket iostreams, serial
         ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
- <li>context - Context switching library, from Oliver Kowalke</li>
+ <li>context - Context switching library, from Oliver Kowalke</li>
     <li>interprocess - Shared memory, memory mapped files,
     process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
     <li>MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
@@ -818,7 +818,7 @@
 <ul>
     <li>chrono - Useful time utilities,
         from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
- <li>context - Context switching library, from Oliver Kowalke</li>
+ <li>context - Context switching library, from Oliver Kowalke</li>
     <li>date_time - Date-Time library from Jeff Garland.</li>
     <li>filesystem - Portable paths,
     iteration over directories, and other useful filesystem operations, from


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