mirror of
https://github.com/SFML/SFML.git
synced 2025-02-08 01:18:02 +08:00
Using std::copy() potentially makes available helpful checks in debug mode and can also lead to faster code by calling memcpy() in release mode. The <algorithm> header was already included.