Skip to content

Commit 6fd4ef8

Browse files
authored
Merge pull request #10562 from haywoodsloan/9345-retire-priority-queue
AB#9345: Retire and redirect article - Use the STL PRIORITY_QUEUE class with a custom type
2 parents 5b391e1 + 07155ea commit 6fd4ef8

3 files changed

Lines changed: 4 additions & 191 deletions

File tree

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14155,6 +14155,10 @@
1415514155
"source_path": "support/power-platform/power-automate/desktop-flows/browser-automation/browser-automation-error-after-chromium-update.md",
1415614156
"redirect_url": "/troubleshoot/power-platform/power-automate/desktop-flows/browser-automation/failed-to-assume-control-of-edge-chrome-firefox-error"
1415714157
},
14158+
{
14159+
"source_path": "support/developer/visualstudio/cpp/libraries/stl-priority-queue-class-custom-type.md",
14160+
"redirect_url": "/cpp/standard-library/priority-queue-class#use-a-user-defined-data-type-with-the-priority_queue"
14161+
},
1415814162
{
1415914163
"source_path": "support/developer/visualstudio/cpp/libraries/use-setfind-stl-function.md",
1416014164
"redirect_url": "/cpp/standard-library/set-class#example-of-setfind"

support/developer/visualstudio/cpp/libraries/stl-priority-queue-class-custom-type.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

support/developer/visualstudio/cpp/libraries/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
href: ./stl-sqrt-pow-functions.md
4747
- name: Use random_shuffle STL function
4848
href: ./use-random-shuffle-stl.md
49-
- name: Use STL PRIORITY_QUEUE class
50-
href: ./stl-priority-queue-class-custom-type.md
5149
- name: Use the C Run-time
5250
href: ./use-c-run-time.md
5351
- name: Use trigonometry STL functions

0 commit comments

Comments
 (0)