Skip to content

cdecl-10.2

Compare
Choose a tag to compare
@paul-j-lucas paul-j-lucas released this 30 Jun 15:06
· 4758 commits to master since this release

At most one of virtual, final, or override
In C++, at most one of virtual, final, or override is now printed.

Added typedef to help
typedef has been added to the "store" section of English help.

Pointers to union members
Pointers to union members are now allowed.

using forbids type
using declarations now correctly forbid names in the types on the right-hand side:

using U = void (*F)();              // illegal