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