From 9ebd123432873edf1551006be07381150fd617ea Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 3 May 2024 18:14:09 +0100 Subject: libstdc++: Use https instead of http in some comments libstdc++-v3/ChangeLog: * include/backward/auto_ptr.h: Use https for URL in comment. * include/bits/basic_ios.h: Likewise. * include/std/iostream: Likewise. --- libstdc++-v3/include/backward/auto_ptr.h | 2 +- libstdc++-v3/include/bits/basic_ios.h | 6 +++--- libstdc++-v3/include/std/iostream | 2 +- 3 files changed, 5 insertions(+), 5 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 __ref) throw() : _M_ptr(__ref._M_ptr) { } diff --git a/libstdc++-v3/include/bits/basic_ios.h b/libstdc++-v3/include/bits/basic_ios.h index 44a7714..258e604 100644 --- a/libstdc++-v3/include/bits/basic_ios.h +++ b/libstdc++-v3/include/bits/basic_ios.h @@ -408,7 +408,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * with this stream, calls that buffer's @c pubimbue(loc). * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ locale imbue(const locale& __loc); @@ -428,7 +428,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @endcode * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ char narrow(char_type __c, char __dfault) const @@ -447,7 +447,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @endcode * * Additional l10n notes are at - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/localization.html */ char_type widen(char __c) const diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index 0c6a2d8..4f4fa68 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -50,7 +50,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * * The `` header declares the eight *standard stream objects*. * For other declarations, see - * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html + * https://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C -- cgit v1.1