|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7# if _MSVC_LANG < 202002L
8# error "xtd requires C++20 or later. Use /std:c++20 with MSVC."
11# if __cplusplus < 202002L
12# error "xtd requires C++20 or later. Use -std=c++20 with your compiler."