Skip to content

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.