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 58c227ceb1
Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158)
* Added string and string_view class constructor overloads which is deleted that prevents initializing them from a nullptr or an integer type

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

* Fixed locations where string and string_view were initialized with
nullptr

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

* Fix IArchive::IsInstalledToHDD signature

Updated calls to ConvertAbsolutePathToAliasedPath to use an
list initialization instead of nullptr

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
Algorithms.cpp
Allocators.cpp Added a max_size function to all AZStd container style allocator functions (#4106) 5 years ago
Any.cpp
Atomics.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
Bitset.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
ChronoTests.cpp
ConcurrentAllocators.cpp Added a max_size function to all AZStd container style allocator functions (#4106) 5 years ago
ConcurrentContainers.cpp
CreateDestroy.cpp
DequeAndSimilar.cpp
Examples.cpp
FunctionalBasic.cpp
FunctorsBind.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
Hashed.cpp
Invoke.cpp
Iterators.cpp
Lists.cpp
ListsFixed.cpp
ListsIntrusive.cpp
LockFreeQueues.cpp
LockFreeStacks.cpp
LockTests.cpp
Numeric.cpp
Optional.cpp
Ordered.cpp
Pair.cpp
Parallel.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
ScopedLockTests.cpp
SetsIntrusive.cpp
SmartPtr.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago
String.cpp Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 5 years ago
Tuple.cpp
TypeTraits.cpp
UserTypes.h
Variant.cpp
VariantSerialization.cpp
VectorAndArray.cpp Modernization + AZStd::function compare fix. (#3680) 5 years ago