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.
* 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 | 5 years ago | |
| Allocators.cpp | 5 years ago | |
| Any.cpp | 5 years ago | |
| Atomics.cpp | 5 years ago | |
| Bitset.cpp | 5 years ago | |
| ChronoTests.cpp | 5 years ago | |
| ConcurrentAllocators.cpp | 5 years ago | |
| ConcurrentContainers.cpp | 5 years ago | |
| CreateDestroy.cpp | 5 years ago | |
| DequeAndSimilar.cpp | 5 years ago | |
| Examples.cpp | 5 years ago | |
| FunctionalBasic.cpp | 5 years ago | |
| FunctorsBind.cpp | 5 years ago | |
| Hashed.cpp | 5 years ago | |
| Invoke.cpp | 5 years ago | |
| Iterators.cpp | 5 years ago | |
| Lists.cpp | 5 years ago | |
| ListsFixed.cpp | 5 years ago | |
| ListsIntrusive.cpp | 5 years ago | |
| LockFreeQueues.cpp | 5 years ago | |
| LockFreeStacks.cpp | 5 years ago | |
| LockTests.cpp | 5 years ago | |
| Numeric.cpp | 5 years ago | |
| Optional.cpp | 5 years ago | |
| Ordered.cpp | 5 years ago | |
| Pair.cpp | 5 years ago | |
| Parallel.cpp | 5 years ago | |
| ScopedLockTests.cpp | 5 years ago | |
| SetsIntrusive.cpp | 5 years ago | |
| SmartPtr.cpp | 5 years ago | |
| String.cpp | 5 years ago | |
| Tuple.cpp | 5 years ago | |
| TypeTraits.cpp | 5 years ago | |
| UserTypes.h | 5 years ago | |
| Variant.cpp | 5 years ago | |
| VariantSerialization.cpp | 5 years ago | |
| VectorAndArray.cpp | 5 years ago | |