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