This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
1.2.0
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.