mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Update unordered container links to the new draft standard.
[SVN r2948]
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user