From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 945693858D32; Sat, 11 Feb 2023 08:00:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 945693858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676102457; bh=YPfIqab4AH1gLP40PE1iu6h8NZXc4QVoYImxPZULs+8=; h=From:To:Subject:Date:From; b=snhYjrw7uUmuvfRST+KDmJaFb1Z5R3krpajLJ5GLwOMhVMwdrQjTDtaYvoUSXkO/n SFD4k+kghK7OGc+B708GsblVHN2VjKOwrE/K6kQPBT8Tba3KVQ1A0UcpK/OHDzx3Ma e6CJseEwCaQ1uI+LBT/PHjU8Sxa2gzj9T5CyIyaM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5814] libstdc++: Update link to "Worst-case efficient priority queues" X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: e2bb55ec3b70cf45088bb73ba9ca990129328d60 X-Git-Newrev: d651736e10c91cd51f7f63eeecace66920dcaeeb Message-Id: <20230211080057.945693858D32@sourceware.org> Date: Sat, 11 Feb 2023 08:00:57 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d651736e10c91cd51f7f63eeecace66920dcaeeb commit r13-5814-gd651736e10c91cd51f7f63eeecace66920dcaeeb Author: Gerald Pfeifer Date: Sat Feb 11 09:00:01 2023 +0100 libstdc++: Update link to "Worst-case efficient priority queues" libstdc++-v3/ChangeLog: * doc/xml/manual/policy_data_structures_biblio.xml: Update link to "Worst-case efficient priority queues". * doc/html/manual/policy_data_structures.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/policy_data_structures.html | 2 +- libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/policy_data_structures.html b/libstdc++-v3/doc/html/manual/policy_data_structures.html index 90345550012..cbe9ea21c7c 100644 --- a/libstdc++-v3/doc/html/manual/policy_data_structures.html +++ b/libstdc++-v3/doc/html/manual/policy_data_structures.html @@ -865,7 +865,7 @@ . Boost .

[biblio.brodal96priority] - + Worst-case efficient priority queues . diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml index 5234a10d197..1adba7df91d 100644 --- a/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml +++ b/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml @@ -272,7 +272,7 @@ <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://dl.acm.org/citation.cfm?id=313883"> + xlink:href="https://dl.acm.org/doi/10.5555/313852.313883"> Worst-case efficient priority queues </link>