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/Gems/SaveData/Code/Source/Platform
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>
4 years ago
..
Android Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 4 years ago
AppleTV Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Common Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 4 years ago
Linux Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Mac Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Windows Implemented C++23 deleted nullptr_t constructor/assignment for AZStd string classes (#4158) 4 years ago
iOS Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago