Open GoogleCodeExporter opened 8 years ago
Template aliases (4.7+)
----------------
There will be a "using" syntax for, essentially, typedef-ing templates. We
don't really use that so much, but it will _also_ apply to regular typedef
usage. So, we might use:
using MyType = void(*)double;
...to clear up our Win32 function pointer syntax.
Original comment by seth.h...@gmail.com
on 15 Jan 2011 at 6:40
Original issue reported on code.google.com by
seth.h...@gmail.com
on 15 Jan 2011 at 6:31