Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@JustWhit3 JustWhit3 released this 29 Sep 12:58
· 79 commits to main since this release

Updates

  • Added support to C++20 std::chrono::duration objects (days, weeks, months and years).
  • Added support for C++20 char8_t types.
  • Added pretty printer for C pointers printing.
  • Added support to std::optional printing.
  • Corrected a bug in include_tests.sh script for which multiple includes didn't correctly work.
  • Minor bugs fixing.