SFML/include
Christian Neumüller 891e9de0fe Don't reimplement std::copy().
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.
2013-06-24 00:51:31 +02:00
..
SFML Don't reimplement std::copy(). 2013-06-24 00:51:31 +02:00