Skip to content

Fix wrong link destination in table of standard library references #5653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/standard-library/chrono.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Using the time-zone facilities on older versions of Windows results in a runtime
| [`month` class](month-class.md) | A month of a year. For example, July. |
| [`month_day` class](month-day-class.md) | A specific day of a specific month. For example, July 30. |
| [`month_day_last` class](month-day-last-class.md) | The last day of a month. |
| [`month_weekday` class](month-day-last-class.md) | The nth weekday of a specific month. |
| [`month_weekday` class](month-weekday-class.md) | The nth weekday of a specific month. |
| [`month_weekday_last` class](month-weekday-last-class.md) | The nth weekday of a specific month. |
| [`time_point` class](time-point-class.md) | A point in time. |
| [`weekday` class](weekday-class.md) | A day of the week. |
Expand Down
7 changes: 3 additions & 4 deletions docs/standard-library/new.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: <new>"
title: "<new>"
ms.date: "11/04/2016"
description: "Learn more about: <new>"
ms.date: 11/04/2016
f1_keywords: ["<new>"]
helpviewer_keywords: ["new header"]
ms.assetid: 218e2a15-34e8-4ef3-9122-1e90eccf8559
---
# `<new>`

Expand Down Expand Up @@ -33,7 +32,7 @@ Some of the functions declared in this header are replaceable. The implementatio
|Name|Description|
|-|-|
|[new_handler](../standard-library/new-typedefs.md#new_handler)|A type that points to a function suitable for use as a new handler.|
|[hardware_constructive_interference_size](../standard-library/new-typedefs.md#hardware_destructive_interference_size)||
|[hardware_constructive_interference_size](../standard-library/new-typedefs.md#hardware_constructive_interference_size)||
|[hardware_destructive_interference_size](../standard-library/new-typedefs.md#hardware_destructive_interference_size)||

### Functions
Expand Down
4 changes: 2 additions & 2 deletions docs/standard-library/path-class.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: "Learn more about: path Class"
title: "path Class"
description: "Learn more about: path Class"
ms.date: 06/17/2022
f1_keywords: ["filesystem/std::experimental::filesystem::path"]
---
Expand Down Expand Up @@ -41,7 +41,7 @@ class path;
|[`c_str`](#c_str)|Returns a pointer to the first character in `mypath`.|
|[`clear`](#clear)|Executes `mypath.clear()`.|
|[`compare`](#compare)|Returns comparison values.|
|[`concat`](#compare)|Appends the specified sequence to `mypath`, converted (but not inserting a separator) as needed.|
|[`concat`](#concat)|Appends the specified sequence to `mypath`, converted (but not inserting a separator) as needed.|
|[`empty`](#empty)|Returns `mypath.empty()`.|
|[`end`](#end)|Returns an end-of-sequence iterator of type `iterator`.|
|[`extension`](#extension)|Returns the suffix of `filename()`.|
Expand Down
2 changes: 1 addition & 1 deletion docs/standard-library/zoned-time-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A `zoned_time` always refers to a valid time zone and represents a point in time
|[`get_time_zone`](#get_time_zone) | Gets the [time_zone](time-zone-class.md) stored in this `zoned_time`. |
|[`operator=`](#op_=)| Assign the value of another `zoned_time`, or another `zoned_time`'s `local_time` or `sys_time`, to this `zoned_time`.|
|[`operator local_time`](#op_local_time)| Combines the `zoned_time`'s time zone with the stored time point to produce the local time in that time zone.|
|[`operator sys_time`](#op_local_time)| Gets the time stored in this `zoned_time` without applying the time zone. |
|[`operator sys_time`](#op_sys_time)| Gets the time stored in this `zoned_time` without applying the time zone. |

## Non-members

Expand Down