You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,11 +164,12 @@ The "Proxy" library is a self-contained solution for runtime polymorphism in C++
164
164
165
165
## <aname="compiler-req">Minimum Requirements for Compilers</a>
166
166
167
-
| Family | Minimum version | Required flags |
168
-
| ------ | --------------- | -------------- |
169
-
| clang | 15.0.0 | -std=c++20 |
170
-
| gcc | 11.2 | -std=c++20 |
171
-
| MSVC | 19.30 | /std:c++20 |
167
+
| Family | Minimum version | Required flags |
168
+
| ---------- | --------------- | -------------- |
169
+
| GCC | 11.2 | -std=c++20 |
170
+
| Clang | 15.0.0 | -std=c++20 |
171
+
| MSVC | 19.30 | /std:c++20 |
172
+
| NVIDIA HPC | 24.1 | -std=c++20 |
172
173
173
174
## Build and Run Tests with CMake
174
175
@@ -182,9 +183,10 @@ ctest --test-dir build -j
182
183
183
184
## Related Resources
184
185
186
+
- November, 2024: [Analyzing the Performance of the “Proxy” Library](https://devblogs.microsoft.com/cppblog/analyzing-the-performance-of-the-proxy-library/)
187
+
- September, 2024: [Announcing the Proxy 3 Library for Dynamic Polymorphism](https://devblogs.microsoft.com/cppblog/announcing-the-proxy-3-library-for-dynamic-polymorphism/)
185
188
- April, 2024: [Published ISO C++ proposal P3086R2: Proxy: A Pointer-Semantics-Based Polymorphism Library](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3086r2.pdf)
186
189
- August, 2022: [proxy: Runtime Polymorphism Made Easier Than Ever](https://devblogs.microsoft.com/cppblog/proxy-runtime-polymorphism-made-easier-than-ever/)
187
-
- September, 2024: [Announcing the Proxy 3 Library for Dynamic Polymorphism](https://devblogs.microsoft.com/cppblog/announcing-the-proxy-3-library-for-dynamic-polymorphism/)
0 commit comments