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