Viewing profile — JakobProgsch
JakobProgsch
HN member- Joined
- Fri, Jan 10, 2020, 11:34 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About JakobProgsch
No profile information was provided.
Recent public activity
-
comment
Comment #22020150
The first line is why I'm not 100% convinced of the severity of this mistake compared to the alternatives. The problem fundamentally is the use of magic values/numbers to represent…
-
comment
Comment #22011024
> This kind of approach is usually not what you want One thing I learned from all the issues and emails I have received about this repository over the years is that what people con…
-
comment
Comment #22010965
Earlier versions did use decltype but that causes issues with pointers to member functions. See: https://github.com/progschj/ThreadPool/commit/ac2a77d5cc0436... result_of has now b…
-
comment
Comment #22010876
I'm the original author of that github repo and I agree with all of this. The original reason why I wrote it was to familiarize myself with the then new features in the C++11 stand…