allow specifying container item destructors
This commit is contained in:
@@ -9,4 +9,10 @@
|
||||
#define GENERIC_PREFIX int_vec
|
||||
#include <ds/generic/vec.h>
|
||||
|
||||
#define GENERIC_TYPE IntVec
|
||||
#define GENERIC_NAME IntVec2D
|
||||
#define GENERIC_PREFIX int_vec_2d
|
||||
#define GENERIC_TERM_ITEM(_itm) int_vec_term(_itm)
|
||||
#include <ds/generic/vec.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user