Skip to content

Version 0.6-2

Compare
Choose a tag to compare
@foonathan foonathan released this 02 Oct 20:35

Various bug fixes, compiler warning workarounds and CMake improvements accumulated over past two years.
Most notable changes:

  • cross compilation works now
  • fallback_allocator is default constructible if stateless
  • add unique_base_ptr to support a unique ptr to a base class
  • add allocate_unique overloads that take a custom mutex
  • allocator deleters are default constructible