hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

Šimon Tóth

When copying ranges, we need to take care when the input and output ranges overlap.

For std::copy, only the tail of the destination range can overlap the source range; for std::copy_backward, only the head of the destination range can overlap the source range.

Compiler Explorer link: compiler-explorer.com/z/Pa43oK