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