You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can generate more compact C++ source code if the compiler automatically can convert/cast string (basic_string from #include <string>) literals to shared_ptr<String> where a shared_ptr<String> is expected by a function or operator.
The text was updated successfully, but these errors were encountered:
we can generate more compact C++ source code if the compiler automatically can convert/cast
string
(basic_string
from#include <string>
) literals toshared_ptr<String>
where ashared_ptr<String>
is expected by a function or operator.The text was updated successfully, but these errors were encountered: