LList constructors not explicit
Following compiles ok: vectorList n(vector::zero)
goes through linked list constructor (LList with single arg) and back to straight List.
Following compiles ok: vectorList n(vector::zero)
goes through linked list constructor (LList with single arg) and back to straight List.
assigned to @Mattijs
mentioned in commit 0950ccea
closed