Add deduction guides for TupleVector following those of std::tuple
All threads resolved!
All threads resolved!
Summary
Add deduction guides to TupleVector
. Solves #383 (closed)
Additionally, simplify the constructor sfinae.
Closes #383 (closed)
Edited by Santiago Ospina De Los Ríos
Merge request reports
Activity
Filter activity
assigned to @carsten.graeser
added 1 commit
- fc4ae0ae - Improve the tests of the deduction guides by checking the deduced type
requested review from @carsten.graeser
assigned to @simon.praetorius and unassigned @carsten.graeser
- Resolved by Simon Praetorius
- Resolved by Simon Praetorius
Looks good, but one should probably add some more test cases with l-value arguments and with allocator arguments.
added 1 commit
- d45462b4 - Add more tests of the deduction guides for TupleVector
- Resolved by Simon Praetorius
mentioned in commit 3c52924b
Please register or sign in to reply