From d651736e10c91cd51f7f63eeecace66920dcaeeb Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer
Date: Sat, 11 Feb 2023 09:00:01 +0100
Subject: [PATCH] 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.
---
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 903455500129..cbe9ea21c7cc 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 5234a10d197c..1adba7df91d1 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 @@
+ xlink:href="https://dl.acm.org/doi/10.5555/313852.313883">
Worst-case efficient priority queues
--
2.47.2