Live data from Hacker News

Viewing profile — davidshin

davidshin

HN member
Joined
Sun, Feb 14, 2016, 9:39 AM UTC
HN karma
3
Public activity
2 items

About davidshin

No profile information was provided.

Recent public activity

  1. comment
    Comment #11097801

    Perhaps a better example be something like: smart_ptr x = foo();

  2. comment
    Comment #11097725

    Will best practice for the auto keyword change when c++ concepts finally arrive? Of the 3 options below, the third seems best to me: SomeReallyLongTypeName* x = foo(); // old-schoo…