Make enum byte version default on all platforms

This commit is contained in:
MikeGitb 2016-10-07 21:12:00 +02:00
parent 536ce5c15d
commit 5290fb5d55

View File

@ -55,7 +55,7 @@
#ifdef _MSC_VER
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_ENUM
#else
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_STRUCT
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_ENUM
#endif
#endif