TupleVector: inherit all constructors from std::tuple
Compare changes
- Patrick Jaap authored
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.
@@ -22,15 +22,8 @@ namespace Solvers