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 class template argument deduction guides for distributions #756

Merged
merged 5 commits into from
Feb 12, 2022

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    2113258 View commit details
    Browse the repository at this point in the history
  2. Add missing test case.

    jzmaddock committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5043444 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    5b259de View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Remove no-arg tests in test_dist_deduction_guides.cpp - issue boostor…

    …g#754
    
    GCC-8 and clang 6-8 were unhappy with the no-arg cases, which use the
    default template arg, not the deduction guide, anyway.
    jamesfolberth committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    14ed931 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    6bd06cf View commit details
    Browse the repository at this point in the history