mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +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,
|
||||
|
Reference in New Issue
Block a user