tanya/source
Eugen Wissner f2aac680c5 Fix container ctors and opAssign ref parameters
Container constructors and opAssign should accept any ref container and
not only const, otherwise the source container will be copied because
the constructor/opAssign without ref would be a better match.
2017-05-01 09:48:12 +02:00
..
tanya Fix container ctors and opAssign ref parameters 2017-05-01 09:48:12 +02:00