Skip to content

Commit 6c04013

Browse files
Merge pull request #5099 from MicrosoftDocs/main638617590690297301sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 70c881b + f889406 commit 6c04013

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/cpp/c-cpp-language-and-standard-libraries.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
description: "Learn more about: C/C++ language and standard libraries reference"
33
title: "C/C++ language and standard libraries reference"
4-
ms.date: "08/13/2019"
5-
ms.assetid: c26a6682-961a-43ef-ad33-2adc612f69ac
4+
ms.date: 09/11/2024
65
ms.topic: "overview"
76
ms.custom: intro-overview
87
---
@@ -61,6 +60,9 @@ Classes that simplify the writing of programs that use data parallelism or task
6160
[OpenMP](../parallel/openmp/openmp-in-visual-cpp.md)\
6261
Reference for the Microsoft implementation of the OpenMP API.
6362

63+
[Proxy library](https://github.com/microsoft/proxy)\
64+
A header-only C++20 library for using polymorphism in C++ without inheritance. For API reference information, see [Proxy 3 Specifications](https://microsoft.github.io/proxy/docs/specifications.html)
65+
6466
[SafeInt library](../safeint/safeint-library.md)\
6567
A portable library that can be used with MSVC, GCC, or Clang to help prevent integer overflows.
6668

0 commit comments

Comments
 (0)