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