Update unordered container links to the new draft standard.

[SVN r2948]
This commit is contained in:
Daniel James
2006-04-30 15:00:11 +00:00
parent b082192870
commit 13f2fbaf00
6 changed files with 29 additions and 25 deletions

View File

@ -24,8 +24,8 @@
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/n1836.pdf
/*! For full details see chapter 23 of the draft C++ standard.
* http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2009.pdf
*/
template <class Key,
@ -374,8 +374,8 @@ 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/n1836.pdf
/*! For full details see chapter 23 of the draft C++ standard.
* http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2009.pdf
*/
template <class Key,