Skip to content

Version 1.6.8 (stable)

Compare
Choose a tag to compare
@OleErikPeistorpet OleErikPeistorpet released this 05 May 08:06
· 638 commits to master since this release

Fixed in v1.6.8: Broken standard library for GCC 4.7 and 4.8 caused compilation failure
New in v1.6.7: Compatible with Visual Studio 2017. Slightly tuned initial growth (larger allocations)
New in v1.6.6: Changed oe_lib.natvis to work with Visual Studio 2015.

Notable changes since v1.5:

  • Marking types in a namespace trivially relocatable has been simplified with specify_trivial_relocate, found in user_traits.h.
  • Always using global new_handler if one has been installed (with set_new_handler).