Utility.cpp missing from repo
Confirmed.
Yes, wanted to look at overloaded()
This definition of overloaded seems to work for me:
namespace Game { template<class... Ts> struct overloaded : Ts... { using Ts::operator()...; }; template<class... Ts> overloaded(Ts...) -> overloaded<Ts...>; }
On Sun, 2 Aug 2020 at 07:38, KeithDobbelaere [email protected] wrote:
Yes, wanted to look at overloaded()
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lefticus/cpp_weekly_game_project/issues/20#issuecomment-667682173, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC5QD2X4GWQPBWBG5QBABTR6V267ANCNFSM4PROTDHQ .
Utility.hpp was added in December; should this be closed now?