|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#if defined(_MSC_VER) && _MSVC_LANG < 202002l
7# error "xtd requires C++20 or later. Use /std:c++20 with MSVC."
8#elif defined(__clang__) && __cplusplus < 202002l
9# error "xtd requires C++20 or later. Use -std=c++20 with Clang."
10#elif defined(__GNUC__) && __cplusplus < 202002l
11# error "xtd requires C++20 or later. Use -std=c++20 with GCC."
12#elif __cplusplus < 202002l
13# error "xtd requires C++20 or later. Use set std to c++20 with your compiler option."