nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

Container constructor headers should include helper macros for all handler variants #16

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

e.g. std_vector_memoryhandler_itemhandler() etc

nickpelling commented 6 months ago

Added missing constructor helper macros.