cdecl-10.2
·
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