#7955 closed Feature Requests (fixed)
fusion::copy may loosen the restriction on size equality
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
(In [82668]) Fixes #7955