Now shoud work for 4 arguments
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -11,7 +11,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
typedef uint16_t Storage;
|
typedef uint16_t Storage;
|
||||||
const size_t ARGS_COUNT = 3;
|
const size_t ARGS_COUNT = 4;
|
||||||
const size_t FUNCTION_LEN = 1ll << ARGS_COUNT;
|
const size_t FUNCTION_LEN = 1ll << ARGS_COUNT;
|
||||||
const size_t FUNCTIONS_COUNT = 1ll << FUNCTION_LEN;
|
const size_t FUNCTIONS_COUNT = 1ll << FUNCTION_LEN;
|
||||||
typedef Function<Storage, FUNCTION_LEN> MyFunction;
|
typedef Function<Storage, FUNCTION_LEN> MyFunction;
|
||||||
|
|||||||
Reference in New Issue
Block a user