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