mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Use C++11 constexpr instead of define
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user