]> git.tdb.fi Git - libs/math.git/commitdiff
Rewrite composite shape vector constructors with iterator ranges
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 13:14:16 +0000 (16:14 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 13:14:16 +0000 (16:14 +0300)
Besides the issue of favoring one container type over others, constness
of the contents causes it to be a different, incompatible type.  Iterators
solve this in an elegant way.


No differences found