Skip to content

The Home Front

Compare
Choose a tag to compare
@SolidWallOfCode SolidWallOfCode released this 13 Jul 16:54
· 55 commits to master since this release

A small release for better ATS compatibility as work on replacing legacy code with libswoc continues.

  • More size based constructors for TextView to allowing using various integral types without casting.
  • BufferWriter
    • Support passing an instance for printing. Internally this convers it to a view and prints that, but it's an idiom used in ATS.
    • Generic memory changed to MemSpan<const void> for less casting and amibiguity.