We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::priority_queue, std::queue and std::stack should be formattable out of the box, they are part of the standard.
std::priority_queue
std::queue
std::stack
The text was updated successfully, but these errors were encountered:
Since they don't expose iterators. It seems impossible to do it without touching the content of a container which doesn't expose iterators...
Edit: I missed the part that accessing the underlying container from adaptor which is done in #3279
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
std::priority_queue
,std::queue
andstd::stack
should be formattable out of the box, they are part of the standard.The text was updated successfully, but these errors were encountered: