Skip to content

Version 0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Snaipe Snaipe released this 20 Jan 21:07
· 124 commits to master since this 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.