Closed nurettin closed 1 year ago
The tabulate 1.4 branch is still using the std::variant<std::string, const char *, Table>
!
The std::variant<std::string, const char *, string_view, Table>
is used in the master branch which is not released yet, please checkout the 1.4 branch, also vcpkg uses 1.4 version.
The master branch is also exporting it here, so from the 1.5 version we can depend on this tabulte::Table::Row_t
alias, god bless this alias. 😁
ref #8