Skip to content

TupleVector: inherit all constructors from std::tuple

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