Skip to content

v0.7.1

Compare
Choose a tag to compare
@LunaTheFoxgirl LunaTheFoxgirl released this 09 Apr 19:24
· 46 commits to main since this release
  • Added automatic unit tests.
  • Added .ptr for string to get a null terminated pointer.
  • Changed smart pointers to alias their containing type.
  • Changed unique_ptr to allow moving on assignment.
  • Changed vectors to allow moving unique_ptr's out.