Skip to content
Snippets Groups Projects
Verified Commit ecdca502 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Modernization: stop using make_pair() and make_tuple()

In many cases, they can be replaced by the curly braces syntax.

Otherwise, we can now use the pair() and tuple() constructors, without the need
to specify template parameters, thanks to class template argument
deduction (new in C++17).
parent 2a127b1f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment