-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utility.cpp missing from repo #20
Comments
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 ***@***.***> 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
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOC5QD2X4GWQPBWBG5QBABTR6V267ANCNFSM4PROTDHQ>
.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: