Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/msft_lib_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Similar to the standard [feature test macros](https://en.cppreference.com/w/cpp/

| Version | Value of `__msft_lib_proxy` |
| ------- | --------------------------- |
| 3.1.0 | `202410L` |
| 3.0.0 | `202408L` |

## Example
Expand Down
2 changes: 1 addition & 1 deletion proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define ___PRO_ENFORCE_EBO
#endif // defined(_MSC_VER) && !defined(__clang__)

#define __msft_lib_proxy 202408L
#define __msft_lib_proxy 202410L

namespace pro {

Expand Down