Releases: p-ranav/tabulate
Releases · p-ranav/tabulate
tabulate
- #58 Fix compiler warning "non-virtual-dtor"
- #77 Support
std::string_view
- #87 Fix issue with
optional
include on old compilers - #88 Fixed unused parameter warning
- #91 Fix Typo in
CMakeLists.txt
- #97 Table: Provide
size()
function returning row counts - #98 Improvement: Precalculate the cell content
- #100 Bump version to 1.5.0 and fix clang-format configuration
tabulate
tabulate
- Support for
>=C++11
#43 by using optional-lite and variant-lite as fallback data structures if C++17 compiler support is unavailable.