Version 0.2
Pre-release
Pre-release
- unique_ptr and shared_ptr now take a type parameter instead of a size.
- Added support for static array types in the unique_ptr and shared_ptr macros.
- Added smart array allocation through smalloc. smalloc has been changed to take a mandatory
nmemb
parameter, that may be 0 if the allocated type is a scalar, and an array for any other value.