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

fmt 6.0.0 "error C2039: 'back_insert_range': is not a member of 'fmt'" compile error #1281

Closed
lexxmark opened this issue Aug 27, 2019 · 3 comments

Comments

@lexxmark
Copy link

Tried to implement "Custom Formatting of Built-in Types" from documentation
Compile error in the 1st line:
using arg_formatter = fmt::arg_formatter<fmt::back_insert_range<fmt::internal::buffer>>;

@jeanga
Copy link

jeanga commented Aug 28, 2019

Yeah. It seems the samples from documentation were not updated from 5.X...
We really need some guidance to help upgrade our code to 6.0.

@jeanga
Copy link

jeanga commented Aug 28, 2019

I found test/std-format-test.cc to be helpful but the docs definitely need some update :*)

@vitaut
Copy link
Contributor

vitaut commented Aug 28, 2019

Updated the docs and made buffer_range public in 3f75e2b.

@vitaut vitaut closed this as completed Aug 28, 2019
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