mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +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.
|
//! 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,
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user