Skip to content

C++mas Edition

Latest
Compare
Choose a tag to compare
@SolidWallOfCode SolidWallOfCode released this 18 Dec 17:52
· 1 commit to master since this release

Just in time for the holidays, a new release of libSWOC! This is a bit bigger than other recent point releases due to increased integration in ATS.

  • Fixed possible overflow bug in svtoi.
  • IP networking support
    • Generalization of network category (multicast, private, etc.).
    • Better endian handling.
    • Added some missing / unimplemented methods.
  • Errata: Auto text support for error codes in constructor and note method.
  • MemArena - support discard allocated spans.