From: Mikko Rasa Date: Wed, 22 May 2013 13:14:16 +0000 (+0300) Subject: Rewrite composite shape vector constructors with iterator ranges X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=f7dcf3f0be55316bf20ac0c318dd90cb78a75c80;hp=f7dcf3f0be55316bf20ac0c318dd90cb78a75c80;p=libs%2Fmath.git Rewrite composite shape vector constructors with iterator ranges 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. ---