You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore/Tests/AZStd
lumberyard-employee-dm bb372f05cd
Fixed the emplace function implementations for stack and queue (#2657)
* Fixed the emplace function implementations for stack and queue

Cleaned up several functions in the stack, queue and priority_queue
classes that were non-standard or weren't needed.

Updated the "style" of the code to use more modern concepts: "typedef" ->
"using", empty constructor body -> default keyword.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Replaced the custom implementations of AZStd stack, (proirity)queue

Theses classes now have a template alias to the standard library version
of the classes

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
Algorithms.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Allocators.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Any.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Atomics.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Bitset.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ChronoTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ConcurrentAllocators.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ConcurrentContainers.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
CreateDestroy.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
DequeAndSimilar.cpp Fixed the emplace function implementations for stack and queue (#2657) 5 years ago
Examples.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FunctionalBasic.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FunctorsBind.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Hashed.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Invoke.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Iterators.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Lists.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ListsFixed.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ListsIntrusive.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LockFreeQueues.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LockFreeStacks.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
LockTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Numeric.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Optional.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Ordered.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Pair.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Parallel.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ScopedLockTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SetsIntrusive.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SmartPtr.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
String.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Tuple.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TypeTraits.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
UserTypes.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Variant.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
VariantSerialization.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
VectorAndArray.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago