cgv
Loading...
Searching...
No Matches
cpp_version.h
1#pragma once
2
3#if _MSC_VER > 1600
4#define CPP11
5#endif
6
7//#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >=6)
8//#define CPP11
9//#endif