mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-16 19:51:47 -07:00
verified the C hashtable has parity with the C++ templated gencpp hashtable.
This commit is contained in:
@ -397,8 +397,9 @@ int gen_main()
|
||||
containers.append( gen_array_base() );
|
||||
containers.append( gen_array_generic_selection_interface());
|
||||
containers.append( gen_hashtable_base() );
|
||||
|
||||
containers.append(fmt_newline);
|
||||
containers.append( gen_hashtable_generic_selection_interface());
|
||||
|
||||
containers.append(array_ssize);
|
||||
|
||||
containers.append( def_pragma(code(endregion Containers)));
|
||||
|
Reference in New Issue
Block a user