Skip to content

Commit f5d5312

Browse files
committed
change order
1 parent ab1192f commit f5d5312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Classes that simplify the writing of programs that use data parallelism or task
6060
[OpenMP](../parallel/openmp/openmp-in-visual-cpp.md)\
6161
Reference for the Microsoft implementation of the OpenMP API.
6262

63-
[SafeInt library](../safeint/safeint-library.md)\
64-
A portable library that can be used with MSVC, GCC, or Clang to help prevent integer overflows.
65-
6663
[Proxy library](https://github.com/microsoft/proxy)\
6764
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)
6865

66+
[SafeInt library](../safeint/safeint-library.md)\
67+
A portable library that can be used with MSVC, GCC, or Clang to help prevent integer overflows.
68+
6969
[Data Access Libraries](../data/data-access-in-cpp.md)
7070
Libraries to support data access using ATL or MFC, and legacy services such as OLE DB and ODBC.
7171

0 commit comments

Comments
 (0)