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

Add args() accessor back to fmt::format_context #4310

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Erroneous1
Copy link

Fix #4307

  • Add args() const accessor back to fmt::format_context
  • Add test that would fail to compile if you can't create a fmt::format_context from another fmt::format_context using args() const and locale() const

Add test that would fail to compile if you can't create a fmt::format_context from another fmt::format_context
Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

test/compile-error-test/CMakeLists.txt Outdated Show resolved Hide resolved
@Erroneous1
Copy link
Author

@vitaut Thank you for the great library

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 this pull request may close these issues.

Can't access context args() directly in 11.1.0
2 participants