6 lines
149 B
C++
6 lines
149 B
C++
|
|
|
||
|
|
#ifndef CONST_ARGS_HPP
|
||
|
|
#define CONST_ARGS_HPP
|
||
|
|
constexpr static uint64_t MB_SIZE = 1024 * 1024UL;
|
||
|
|
constexpr static int32_t NUMS_PER_FLAG = 16;
|
||
|
|
#endif
|