From: Mikko Rasa Date: Sun, 2 Jun 2019 12:28:34 +0000 (+0300) Subject: Improve Vector constructor for C++11 X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=0a8781509bafe347b9c32f1106891eac18354965;hp=0a8781509bafe347b9c32f1106891eac18354965;p=libs%2Fmath.git Improve Vector constructor for C++11 The new overload allows vectors of any size to be constructed by passing the component values as constructor arguments. ---