From caed0a6ee8a291716552e52cae3a79ac7050bff9 Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Wed, 30 Oct 2013 12:51:24 +0000 Subject: [PATCH] Correct broken links to C++ standard papers. Refs #9212. [SVN r86524] --- example/fast_mem_fn.hpp | 2 +- example/result_of.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/fast_mem_fn.hpp b/example/fast_mem_fn.hpp index 97f95b0..2587c18 100644 --- a/example/fast_mem_fn.hpp +++ b/example/fast_mem_fn.hpp @@ -62,7 +62,7 @@ // ============ // // [Dimov1] Dimov, P., Hinnant H., Abrahams, D. The Forwarding Problem -// http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1385.htm +// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm // // [Dimov2] Dimov, P. Documentation of boost::mem_fn // http://www.boost.org/libs/bind/mem_fn.html diff --git a/example/result_of.hpp b/example/result_of.hpp index 1527221..7c3341a 100644 --- a/example/result_of.hpp +++ b/example/result_of.hpp @@ -26,7 +26,7 @@ // // [Gregor02] Gregor, D. A uniform method for computing function object return // types (revision 1) -// http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1454.html +// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1454.html #include #include