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
Right now, for a type called (e.g.) Bob, we generate a function called fn Bob_make_unique() -> UniquePtr<Bob>. It would be nicer if we can make that an associated function on the Bob type. This probably requires dtolnay/cxx#464 (or, of course, we do dtolnay/cxx#280 to add constructor support directly into cxx and remove it from autocxx).
The text was updated successfully, but these errors were encountered:
Right now, for a type called (e.g.)
Bob
, we generate a function calledfn Bob_make_unique() -> UniquePtr<Bob>
. It would be nicer if we can make that an associated function on theBob
type. This probably requires dtolnay/cxx#464 (or, of course, we do dtolnay/cxx#280 to add constructor support directly intocxx
and remove it fromautocxx
).The text was updated successfully, but these errors were encountered: