一些基础组件
This commit is contained in:
@@ -20,7 +20,7 @@ typedef struct {
|
||||
c_Allocator_t allocator;
|
||||
}c_SmartPtrVector_t;
|
||||
|
||||
#define C_SMART_PTR_VECTOR_INITIALIZER {NULL, 0, 0}
|
||||
#define C_SMART_PTR_VECTOR_INITIALIZER {NULL, 0, 0, c_DefaultAllocator}
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user