Viewing profile — davidshin
davidshin
HN member- Joined
- Sun, Feb 14, 2016, 9:39 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About davidshin
No profile information was provided.
Recent public activity
-
comment
Comment #11097801
Perhaps a better example be something like: smart_ptr x = foo();
-
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…