0ad/source/lib/allocators
leper 51f7502bb1 Don't move temporaries, so possibly allowing for copy elision.
Pointed out by clang's -Wpessimizing-move.

Reviewed By: wraitii
Differential Revision: https://code.wildfiregames.com/D421
This was SVN commit r19559.
2017-05-11 23:24:54 +00:00
..
tests Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
aligned_allocator.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
allocator_adapters.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
allocator_checker.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
allocator_policies.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
arena.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
arena.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
dynarray.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
dynarray.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
freelist.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
freelist.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
headerless.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
headerless.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
overrun_protector.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
page_aligned.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
page_aligned.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
pool.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
pool.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
shared_ptr.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
shared_ptr.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
unique_range.cpp Don't move temporaries, so possibly allowing for copy elision. 2017-05-11 23:24:54 +00:00
unique_range.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00