Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table broken #9

Closed
monk-e-boy opened this issue May 6, 2020 · 1 comment · May be fixed by #12
Closed

Table broken #9

monk-e-boy opened this issue May 6, 2020 · 1 comment · May be fixed by #12

Comments

@monk-e-boy
Copy link

VariadicTable<std::string, int, double> vt({"Info", "#", "%"});

vt.addRow("Rounds", stats.rounds, 0);
vt.addRow("Doubles", stats.doubles, 98.333333);

vt.print(os);

| Info | # | % |

| Rounds | 5000 | 0 |
| Doubles | 4949 | 98.3333 |

@friedmud
Copy link
Owner

Fixed - see current docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants