#pragma once

#if _MSC_VER > 1600
#define CPP11
#endif

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