Skip to content

Commit 6546d58

Browse files
authored
Merge pull request #3660 from MicrosoftDocs/master
7/13/2021 AM Publish
2 parents 4042fb2 + 9d3f89d commit 6546d58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install C and C++ support in Visual Studio
33
description: "Learn how to install Visual Studio with support for Microsoft C/C++ and related workloads."
4-
ms.custom: "mvc"
4+
ms.custom: "vs-acquisition"
55
ms.date: 11/05/2020
66
ms.topic: "tutorial"
77
ms.devlang: "cpp"

docs/standard-library/chrono-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ In ISO 8601, weeks begin with Monday. The first week of the year must include Ja
538538
| `year_month_weekday_last` | D, F, g, G, j, U, V, W, Y, y, C, b, h, B, m, d, e, a, A, u, w |
539539
| `zoned_time` | z, Z, c, x, X, D, F, Y, C, y, b, B, h, m, d, e, a, A, u, w, H, I, M, S, r, R, T, p, g, G, U, V, W |
540540

541-
<a name="notice"></a><sup>1</sup>The implementation is currently consistent with [strftime](https://docs.microsoft.com/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l) in that although `O` (letter O) and `e` are accepted, they are ignored. That is, `"%Od"` is interpreted as `"%d"`.
541+
<a name="notice"></a><sup>1</sup>The implementation is currently consistent with [strftime](../c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l.md) in that although `O` (letter O) and `e` are accepted, they are ignored. That is, `"%Od"` is interpreted as `"%d"`.
542542

543543
## <a name="std-chrono-get-leap-second-info"></a> `get_leap_second_info`
544544

@@ -843,4 +843,4 @@ Unless `ToDuration` is a specialization of [`duration`](../standard-library/dura
843843
[`chrono` operators](./chrono-operators.md)\
844844
[`duration` class](./duration-class.md)\
845845
[`time_point` class](./time-point-class.md)\
846-
[`time_zone` class](./time-zone-class.md)
846+
[`time_zone` class](./time-zone-class.md)

0 commit comments

Comments
 (0)