2013/1/30 Joel de Guzman <djowel@gmail.com>
Makes sense. Please add a trac ticket. I'll tweak the code as soon asOn 1/30/13 9:02 PM, TONGARI wrote:
Hi,
As the counterpart of STL copy, I expected the src just need to be <= dst,
but it requires equal sizes in Fusion.
What's the rationale? Is it OK to loosen the restriction? (it just compiles
if I change '==' to '<=')
I can.