StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: Typecasting #11

Open LB-- opened 9 years ago

LB-- commented 9 years ago

There will be no implicit casts or conversions of any kind. All conversions must be made explicitly.

LB-- commented 8 years ago

Actually, it makes sense to allow implicit upcasting with polymorphic types.

Problem: how to solve the unique_ptr<Base> from unique_ptr<Derived> issue...?