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

Printf get container #1982

Merged
merged 5 commits into from
Nov 12, 2020
Merged

Printf get container #1982

merged 5 commits into from
Nov 12, 2020

Commits on Nov 12, 2020

  1. eliminate one case where basic_print_context would copy a string into…

    … a fmt::basic_memory_buffer character by character instead of using fmt::basic_memory_buffer::append
    rimathia committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    fd16204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    104b3de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316eeca View commit details
    Browse the repository at this point in the history
  4. remove unnecessary test, clarify distinction between expected and act…

    …ual in PrintfDetermineOutputSize
    rimathia committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ca35719 View commit details
    Browse the repository at this point in the history
  5. remove changes in test compared to master since they don't relate to …

    …the code changes directly
    rimathia committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b8253f9 View commit details
    Browse the repository at this point in the history