cpp_weekly_game_project icon indicating copy to clipboard operation
cpp_weekly_game_project copied to clipboard

Utility.cpp missing from repo

Open pjfordham opened this issue 5 years ago • 4 comments

pjfordham avatar Aug 01 '20 05:08 pjfordham

Confirmed.

Error323 avatar Aug 01 '20 07:08 Error323

Yes, wanted to look at overloaded()

KeithDobbelaere avatar Aug 02 '20 14:08 KeithDobbelaere

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 .

pjfordham avatar Aug 03 '20 04:08 pjfordham

Utility.hpp was added in December; should this be closed now?

ddalcino avatar Apr 11 '21 19:04 ddalcino