From 78e843f3cb5399956c18eed054a0c29818175ce5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 4 Aug 2005 22:45:46 +0000 Subject: [PATCH] Update the links in the unordered headers. [SVN r2676] --- include/boost/unordered_map.hpp | 4 ++-- include/boost/unordered_set.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/unordered_map.hpp b/include/boost/unordered_map.hpp index 7e555586..0e68f640 100644 --- a/include/boost/unordered_map.hpp +++ b/include/boost/unordered_map.hpp @@ -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