header_utils
Loading...
Searching...
No Matches
cpp20.h
1#pragma once
2#include "../min-cpp-version/cpp17.h"
3
4#if __cplusplus < 202002L && (!defined(_MSVC_LANG) || _MSVC_LANG < 202002L)
5#error "This file requires compiler and library support for the ISO C++ 2020 standard."
6#endif
7