Skip to content
Merged
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
6 changes: 4 additions & 2 deletions docs/cpp/c-cpp-language-and-standard-libraries.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
description: "Learn more about: C/C++ language and standard libraries reference"
title: "C/C++ language and standard libraries reference"
ms.date: "08/13/2019"
ms.assetid: c26a6682-961a-43ef-ad33-2adc612f69ac
ms.date: 09/11/2024
ms.topic: "overview"
ms.custom: intro-overview
---
Expand Down Expand Up @@ -61,6 +60,9 @@ Classes that simplify the writing of programs that use data parallelism or task
[OpenMP](../parallel/openmp/openmp-in-visual-cpp.md)\
Reference for the Microsoft implementation of the OpenMP API.

[Proxy library](https://github.com/microsoft/proxy)\
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)

[SafeInt library](../safeint/safeint-library.md)\
A portable library that can be used with MSVC, GCC, or Clang to help prevent integer overflows.

Expand Down