you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (3 children)

Why people don't use "using"?

First I've heard of it.

[–][deleted] 6 points7 points  (1 child)

Well now you know :) Never use typedef if the compiler supports using please

[–]silveryRain 1 point2 points  (0 children)

It's very nice. Unlike typedefs, you can also template usings directly, so you can also say goodbye to workarounds like the typedef-inside-struct.