Closed tkem closed 6 years ago
Maybe add a typedef for backwards compatibility?
Note that <tuple>
shouldn't be included, since it is not required for a freestanding implementation.
Looks like this won't be so easy without including tuple
. So better just do some refactoring and leave the table
class.
In theory, at least, a
std::tuple
should do.