Skip to content

Is make_ordered_pair and make_unordered_pair needed? #1

@JoeLoser

Description

@JoeLoser

Are the function templates make_ordered_pair and make_unordered_pair needed? See

constexpr auto make_ordered_pair(T1&& v1, T2&& v2);
and
constexpr auto make_unordered_pair(T1&& v1, T2&& v2);

Specifically, deduction guides should alleviate the need for these function templates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions