SFML/include/SFML/System
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
..
Clock.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Err.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Export.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
InputStream.hpp InputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349) 2013-05-09 13:37:24 +02:00
Lock.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Mutex.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
NonCopyable.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Sleep.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
String.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Thread.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Thread.inl Updated the copyright text 2012-03-13 18:37:34 +01:00
ThreadLocal.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
ThreadLocalPtr.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
ThreadLocalPtr.inl Updated the copyright text 2012-03-13 18:37:34 +01:00
Time.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Utf.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Utf.inl Don't reimplement std::copy(). 2013-06-24 00:51:31 +02:00
Vector2.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Vector2.inl Updated the copyright text 2012-03-13 18:37:34 +01:00
Vector3.hpp Updated the year in the copyright notice 2013-04-06 09:34:44 +02:00
Vector3.inl Updated the copyright text 2012-03-13 18:37:34 +01:00