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

strf library no tag/release with required version v0.10.4 #82

Open
codecircuit opened this issue Nov 17, 2020 · 3 comments
Open

strf library no tag/release with required version v0.10.4 #82

codecircuit opened this issue Nov 17, 2020 · 3 comments
Labels
fixed on development A fix for this issue has been committed to the development branch

Comments

@codecircuit
Copy link

The CMakeLists.txt required strf with version 0.10.4, but that version is not available here

@eyalroz
Copy link
Owner

eyalroz commented Nov 18, 2020

Ungh. He removed that version for some reason. Not good :-(

I guess I'd better just update to his latest.

@eyalroz
Copy link
Owner

eyalroz commented Nov 18, 2020

Filed this issue.

eyalroz pushed a commit that referenced this issue Nov 18, 2020
* Now depending on strf version 12.2, see https://github.com/robhz786/strf/releases :
	* Some naming changes
	* Now making a `printer input` and then feeding it to a `char_printer` to actually print a value
* Made lambda-based manipulators return a reference, not a copy
* Disabled copying of `printing_ostream`s
* Fixed missing initializations in the move constructor of `printfing_ostream`
* Naming tweak in the unit tests
@eyalroz eyalroz added the fixed on development A fix for this issue has been committed to the development branch label Nov 18, 2020
@eyalroz
Copy link
Owner

eyalroz commented Nov 18, 2020

The development branch now depends on strf version 12.2. Also fixed a few stream issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed on development A fix for this issue has been committed to the development branch
Projects
None yet
Development

No branches or pull requests

2 participants