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

Don't deduce the return type of emplace{,_back,_front} #4963

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. Don't deduce the return type of emplace{,_back,_front}

    The instantiation used to deduce the return types of template functions with placeholders in their declared return type happens outside the immediate context of any other template instantiation. Notably, that means the body of such an instantiation isn't an unevaluated context.
    
    Fixes DevCom-10745303 / VSO-2252142
    CaseyCarter committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6209e0b View commit details
    Browse the repository at this point in the history
  2. Fix typo!

    StephanTLavavej committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b7a4bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1ff13f View commit details
    Browse the repository at this point in the history