ZSShen / C-Common-Data-Structures

A fast and memory efficient C library to manipulate sequential containers, associative structures, and advanced string processing, such as tree map, hash map, and trie.
43 stars 9 forks source link

Vector default destroyer with user overriding #8

Closed darkdh closed 9 years ago

darkdh commented 9 years ago

We should use default destroyer and user defined destroyer rather than the bool value in the interface. The user defined destroyer can be forwarded in the complicated structure wrapping.

ZSShen commented 9 years ago

The new branch called "vector" is ready.

darkdh commented 9 years ago

I will submit another pull request for branch vector