Use C++11 constexpr instead of define

pull/25/head
Kyle Schwarz 2020-08-10 15:21:16 -04:00
parent d58202dfc0
commit 6638cf05ae
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace icsneo {
#endif
#define PLUTO_MAX_MAC_CONFIG_ENTRIES 5
constexpr size_t PLUTO_MAX_MAC_CONFIG_ENTRIES = 5;
#pragma pack(push, 2)
typedef struct {