aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/auto_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/backward/auto_ptr.h')
-rw-r--r--libstdc++-v3/include/backward/auto_ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/backward/auto_ptr.h b/libstdc++-v3/include/backward/auto_ptr.h
index dccd459..271a64d 100644
--- a/libstdc++-v3/include/backward/auto_ptr.h
+++ b/libstdc++-v3/include/backward/auto_ptr.h
@@ -265,7 +265,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
* @endcode
*
* But it doesn't work, and won't be fixed. For further details see
- * http://cplusplus.github.io/LWG/lwg-closed.html#463
+ * https://cplusplus.github.io/LWG/lwg-closed.html#463
*/
auto_ptr(auto_ptr_ref<element_type> __ref) throw()
: _M_ptr(__ref._M_ptr) { }