Skip to content

[Vincenzo Spinello] algorithms_task_6#549

Open
vspinell wants to merge 2 commits intosmay1613:masterfrom
vspinell:algorithms_task_6_Spinello
Open

[Vincenzo Spinello] algorithms_task_6#549
vspinell wants to merge 2 commits intosmay1613:masterfrom
vspinell:algorithms_task_6_Spinello

Conversation

@vspinell
Copy link

No description provided.

static_assert(std::is_const<typename std::remove_reference<
typename std::iterator_traits<FwIt>::reference>::type>::value,
"FwIt must point to const data");
std::copy(sourceBegin, sourceEnd, std::back_inserter(target));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not so effective I think, think of insertion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants