Skip to content

<concepts>: std::swap for arrays uses memcpy #5481

Description

After #4991 std::swap for arrays uses memcpy. Normally these calls are optimized to inline vectorized operations that don't call anything external (and don't even use stack), but under certain conditions they can be actual memcpy calls.

This contradicts Core Headers intention.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething can be improvedfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions