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

#1322 tuple join #1330

Closed
wants to merge 1 commit into from
Closed

#1322 tuple join #1330

wants to merge 1 commit into from

Commits on Sep 26, 2019

  1. Provide overload for fmt::join that handles std::tuples

    Address enhancement request fmtlib#1322.
    
    The overload is provided in `ranges` (original `fmt::join` exists
    currently in `format.h` for historical reasons.
    
    Tests for prvalue and lvalue tuple arguments as well as the empty
    tuple are provided in `ranges-test.cc`.
    jeremyong committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8358a5e View commit details
    Browse the repository at this point in the history