mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 20:04:29 +02:00
Update the links in the unordered headers.
[SVN r2676]
This commit is contained in:
@@ -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,
|
||||
|
@@ -31,7 +31,7 @@ namespace boost
|
||||
{
|
||||
//! An unordered associative container that stores unique values.
|
||||
/*! 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,
|
||||
@@ -305,7 +305,7 @@ namespace boost
|
||||
|
||||
//! An unordered associative container that stores equivalent values.
|
||||
/*! 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,
|
||||
|
Reference in New Issue
Block a user