Skip to content
Snippets Groups Projects

TupleVector: inherit all constructors from std::tuple

Merged Patrick Jaap requested to merge fix/tuplevector-inherit-all-constructors into master

The previous implementation caused unwanted passes of std::is_assignable with bool. Furthermore, the previous implementation provided a variadic constructor without any restrictions causing hard to track compiler errors in the std::forward part.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading