Skip to content

Commit 5d82dfd

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
add note about deprecation
1 parent a229152 commit 5d82dfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/standard-library/allocators-header.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Defines several templates that help allocate and free memory blocks for node-bas
1515
#include <allocators>
1616
```
1717

18+
> [!NOTE]
19+
> <allocators> was deprecated in Visual Studio 2019 version 16.3.
20+
1821
## Remarks
1922

2023
The \<allocators> header provides six allocator templates that can be used to select memory-management strategies for node-based containers. For use with these templates, it also provides several different synchronization filters to tailor the memory-management strategy to a variety of different multithreading schemes (including none). Matching a memory management strategy to the known memory usage patterns, and synchronization requirements, of a particular application can often increase the speed or reduce the overall memory requirements of an application.

0 commit comments

Comments
 (0)