Update the links in the unordered headers.

[SVN r2676]
This commit is contained in:
Daniel James
2005-08-04 22:45:46 +00:00
parent f3b00bc938
commit 78e843f3cb
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ namespace boost
{ {
//! An unordered associative container that associates unique keys with another value. //! An unordered associative container that associates unique keys with another value.
/*! For full details see section 6.3.4.4 of the Technical report. /*! For full details see section 6.3.4.4 of the Technical report.
* http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1836.pdf
*/ */
template <class Key, template <class Key,
@ -337,7 +337,7 @@ namespace boost
//! An unordered associative container that associates equivalent keys with another value. //! An unordered associative container that associates equivalent keys with another value.
/*! For full details see section 6.3.4.6 of the Technical report. /*! For full details see section 6.3.4.6 of the Technical report.
* http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1836.pdf
*/ */
template <class Key, template <class Key,

View File

@ -31,7 +31,7 @@ namespace boost
{ {
//! An unordered associative container that stores unique values. //! An unordered associative container that stores unique values.
/*! For full details see section 6.3.4.3 of the Technical report. /*! For full details see section 6.3.4.3 of the Technical report.
* http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1836.pdf
*/ */
template <class Value, template <class Value,
@ -305,7 +305,7 @@ namespace boost
//! An unordered associative container that stores equivalent values. //! An unordered associative container that stores equivalent values.
/*! For full details see section 6.3.4.5 of the Technical report. /*! For full details see section 6.3.4.5 of the Technical report.
* http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1836.pdf
*/ */
template <class Value, template <class Value,