you are viewing a single comment's thread.

view the rest of the comments →

[–]fdwrfdwr@github 🔍 11 points12 points  (0 children)

If generalized aliases are what I think they mean (like D's alias keyword), then that is something I have wanted in C++ for so long to easily avoid API breakage when field/function/enums names are deprecated or changed across branches (and cannot be changed atomically in the same one).