CGII/framework/include/cgv/config/cpp_version.h
2018-05-17 15:50:03 +02:00

10 lines
150 B
C

#pragma once
#if _MSC_VER > 1600
#define CPP11
#endif
//#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >=6)
//#define CPP11
//#endif