- Remove '-Wno-return-local-addr' warning suppression flag for GCC
- Fixed discovered error resulting from -Wreturn-local-addr
Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
* Remove extra ws
Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
->Method("ToString",[](constContainerType&stringView){returnstatic_cast<AZStd::string>(stringView).c_str();},{{{"Reference","String view object being converted to string"}}})
->Method("ToString",[](constContainerType&stringView){returnstringView.data();},{{{"Reference","String view object being converted to string"}}})
->Attribute(AZ::Script::Attributes::ToolTip,"Converts string_view to string")
->Attribute(AZ::Script::Attributes::ToolTip,"Converts string_view to string")