CGII/framework/include/cgv/config/cpp_version.h

10 lines
150 B
C
Raw Normal View History

2018-05-17 13:50:03 +00:00
#pragma once
#if _MSC_VER > 1600
#define CPP11
#endif
//#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >=6)
//#define CPP11
//#endif