summaryrefslogtreecommitdiff
path: root/boost/ptr_container/detail/static_move_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/ptr_container/detail/static_move_ptr.hpp')
-rw-r--r--boost/ptr_container/detail/static_move_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/ptr_container/detail/static_move_ptr.hpp b/boost/ptr_container/detail/static_move_ptr.hpp
index ba2b9af746..6af3461a36 100644
--- a/boost/ptr_container/detail/static_move_ptr.hpp
+++ b/boost/ptr_container/detail/static_move_ptr.hpp
@@ -5,7 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
// Implementation of the move_ptr from the "Move Proposal"
-// (http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1377.htm)
+// (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1377.htm)
// enhanced to support custom deleters and safe boolean conversions.
//
// The implementation is based on an implementation by Daniel Wallin, at