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.
/*! 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,
@ -337,7 +337,7 @@ namespace boost
//! An unordered associative container that associates equivalent keys with another value.
/*! 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,