We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c1cde commit 21d3ceeCopy full SHA for 21d3cee
CMakeLists.txt
@@ -77,7 +77,7 @@ if (${CISTA_GENERATE_TO_TUPLE})
77
add_subdirectory(tools/to_tuple_generator EXCLUDE_FROM_ALL)
78
add_custom_target(generate_to_tuple
79
COMMAND to_tuple_generator
80
- 64 # max number of supported member fields
+ 128 # max number of supported member fields
81
> ${CMAKE_CURRENT_SOURCE_DIR}/include/cista/reflection/to_tuple.h
82
)
83
add_dependencies(cista generate_to_tuple)
0 commit comments