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

Where is RowStream{} #121

Open
HP1324 opened this issue Jul 14, 2024 · 4 comments
Open

Where is RowStream{} #121

HP1324 opened this issue Jul 14, 2024 · 4 comments

Comments

@HP1324
Copy link

HP1324 commented Jul 14, 2024

The readme file mentions RowStream{} to format the data with stream insertion, but RowStream identifier is undefined.
Is there any header file that defines it, but I could not find. Or the feature is deperecated.

@p-ranav
Copy link
Owner

p-ranav commented Jul 14, 2024

I see it in table.hpp:157 and in the single-header file version in tabulate.hpp:8812. There is also this sample.

Are you using a particular release or the latest master branch? The latest release is out of date; I will create a new release soon.

@HP1324
Copy link
Author

HP1324 commented Jul 15, 2024

I have installed it using vcpkg manifest mode. and vcpkg.json's builtin-baseline is set to the latest commit.

@derreisende77
Copy link

@HP1324 vcpkg uses the release tag 1.5 from 2023 which does not include RowStream. RowStream was added with commit 6b4f643 in 2024 but no new release tag so far has been created.
Therefore vcpkg remains the old 2023 version.

@derreisende77
Copy link

@p-ranav Could you create a new release 1.6 so vcpkg port could use the newest version?

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

No branches or pull requests

3 participants