mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +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.