-
Notifications
You must be signed in to change notification settings - Fork 24
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
Row cells not lining up #5
Comments
I haven't used this library in a while. I believe there is a fork by ChristophJud that might work as well. Your usage does look correct. It's possible that we are messing up the alignment due to the recent merge because it was only tested on ostream and not Boost Karma. Have you tried not using Boost Karma? |
I think I tried that at first but I will validate. I will also check out the forked repo you mentioned. Thx
…Sent from my iPhone
On Jun 26, 2018, at 1:03 AM, Dat Chu ***@***.***> wrote:
I haven't used this library in a while.
I believe there is a fork by ChristophJud that might work as well. Your usage does look correct. It's possible that we are messing up the alignment due to the recent merge because it was only tested on ostream and not Boost Karma. Have you tried not using Boost Karma?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I tried the ChristophJud version and tried not using Boost Karma, but I got the same results. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a great library, thank you. I am having a problem where the rows do not add up to the column header. Here is my code:
And here is the output. The header is perfect but the rows below do not match up. Any ideas?
thank you
The text was updated successfully, but these errors were encountered: