Hacker News new | ask | show | jobs
by worstspotgain 703 days ago
Bonus points for using static_cast<T &&>(p) instead of std::forward<T>(p) ;)