Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7955 closed Feature Requests (fixed)

fusion::copy may loosen the restriction on size equality

Reported by: tongari95@… Owned by: Joel de Guzman
Milestone: To Be Determined Component: fusion
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

fusion::copy requires the src and dst in the same size. As the counterpart of STL copy, it'd be nice to require src <= dst.

Change History (2)

comment:1 by Joel de Guzman, 10 years ago

Resolution: fixed
Status: newclosed

(In [82668]) Fixes #7955

comment:2 by Joel de Guzman, 10 years ago

Fixed in trunk. Also fixed move algo.

Note: See TracTickets for help on using tickets.