]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Use https instead of http in some comments
authorJonathan Wakely <jwakely@redhat.com>
Fri, 3 May 2024 17:14:09 +0000 (18:14 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 7 May 2024 12:46:11 +0000 (13:46 +0100)
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
libstdc++-v3/include/bits/basic_ios.h
libstdc++-v3/include/std/iostream

index dccd459f1e5ee5e1543f2c7b378ab64933ad168f..271a64d1de03909ed6fbf8665ddd0ce21382f502 100644 (file)
@@ -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) { }
index 44a771491125c867e2e21623d1b7c50327fdae86..258e6042b8f79a44f19dfa3c6036992fc9cfa1e3 100644 (file)
@@ -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
index 0c6a2d8a4b301abc1eddc395e1f93d684d4ca16f..4f4fa6880d572b77538a3775df782720b6740c61 100644 (file)
@@ -50,7 +50,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    *
    *  The `<iostream>` 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