Skip to content

Commit f889406

Browse files
authored
Merge pull request #5665 from MicrosoftDocs/main
9/12/2024 AM Publish
2 parents 758e9cc + 9445846 commit f889406

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/cpp/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void f() {
159159

160160
### `[[msvc::noinline]]`
161161

162-
When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `declspec(noinline)`.
162+
When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `__declspec(noinline)`.
163163

164164
### `[[msvc::noinline_calls]]`
165165

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)